Searched defs:pri (Results 1 - 8 of 8) 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
[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/iokit/Kernel/
H A DIOCPU.cpp161 uint32_t pri = (next->priority < 0) ? -next->priority : next->priority; local
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vfsops.c360 struct iso_primary_descriptor *pri = NULL; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpf.c658 bpf_sleep(struct bpf_d *d, int pri, const char *wmesg, int timo) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2.c298 unsigned char pri; local
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.c2494 int pri = rq->highq, count = rq->count; local
2759 int pri = rq->highq, count = rq->count; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_glue.c935 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc, argument

Completed in 174 milliseconds