Searched defs:chan (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_synch.c150 _sleep( caddr_t chan, int pri, const char *wmsg, u_int64_t abstime, int (*continuation)(int), lck_mtx_t *mtx) argument
276 sleep( void *chan, int pri) argument
284 msleep0( void *chan, lck_mtx_t *mtx, int pri, const char *wmsg, int timo, int (*continuation)(int)) argument
301 msleep( void *chan, lck_mtx_t *mtx, int pri, const char *wmsg, struct timespec *ts) argument
319 msleep1( void *chan, lck_mtx_t *mtx, int pri, const char *wmsg, u_int64_t abstime) argument
330 tsleep( void *chan, int pri, const char *wmsg, int timo) argument
344 tsleep0( void *chan, int pri, const char *wmsg, int timo, int (*continuation)(int)) argument
359 tsleep1( void *chan, int pri, const char *wmsg, u_int64_t abstime, int (*continuation)(int)) argument
373 wakeup(void *chan) argument
385 wakeup_one(caddr_t chan) argument
[all...]
H A Dtty.c2539 ttysleep(struct tty *tp, void *chan, int pri, const char *wmesg, int timo) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dserial_io.c198 int i, chan, bits; local
494 int bits, chan; local
[all...]

Completed in 30 milliseconds