Home
last modified time | relevance | path

Searched defs:SI_TIMER (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dsignal.h392 #define SI_TIMER 0x10003 /* Signal generated by expiration of */ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp138 const int SI_TIMER = -2; variable