HomeSort by: relevance | last modified time | path
    Searched defs:mtsleep (Results 1 - 2 of 2) sorted by relevancy

  /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(&lts.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

Completed in 150 milliseconds