Searched defs:mtx (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_support.c82 pthread_mutex_t * mtx = NULL; local
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
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
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsys_domain.h96 lck_mtx_t *mtx; member in struct:ctl_cb
/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A Dpool.c75 pthread_mutex_t mtx; member in struct:work_queue
H A Dsets.c73 pthread_mutex_t mtx; member in struct:work_queue
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_pcb.h410 lck_rw_t *mtx; /* global mutex for the pcblist*/ member in struct:inpcbinfo
415 void *mtx; /* global mutex for the pcblist*/ member in struct:inpcbinfo

Completed in 46 milliseconds