/src/sys/rump/librump/rumpkern/ |
ltsleep.c | 29 * Implementation of the tsleep/mtsleep kernel sleep interface. There 32 * wait interlock. For mtsleep, we use the interlock supplied by 73 cv_init(<s.kcv, "mtsleep"); 141 mtsleep(wchan_t ident, pri_t prio, const char *wmesg, int timo, kmutex_t *lock) function in typeref:typename:int
|
ltsleep.c | 29 * Implementation of the tsleep/mtsleep kernel sleep interface. There 32 * wait interlock. For mtsleep, we use the interlock supplied by 73 cv_init(<s.kcv, "mtsleep"); 141 mtsleep(wchan_t ident, pri_t prio, const char *wmesg, int timo, kmutex_t *lock) function in typeref:typename:int
|
/src/sys/kern/ |
kern_synch.c | 210 mtsleep(wchan_t ident, pri_t priority, const char *wmesg, int timo, function in typeref:typename:int
|
kern_synch.c | 210 mtsleep(wchan_t ident, pri_t priority, const char *wmesg, int timo, function in typeref:typename:int
|