Searched refs:C_CATCH (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/sys/ |
H A D | callout.h | 60 #define C_CATCH 0x0800 /* catch signals, used by pause_sbt(9) */ macro
|
H A D | systm.h | 483 pause_sbt((wmesg), tick_sbt * (timo), 0, C_HARDCLOCK | C_CATCH)
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_schedule.c | 87 ret = -pause_sbt("lnxsleep", mstosbt(ms), 0, C_HARDCLOCK | C_CATCH); in linux_msleep_interruptible()
|
/freebsd/sys/kern/ |
H A D | kern_synch.c | 338 (flags & C_CATCH) ? PCATCH : 0, wmesg, sbt, pr, flags)); in pause_sbt()
|