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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_synch.c153 _sleep( caddr_t chan, int pri, const char *wmsg, u_int64_t abstime, int (*continuation)(int), lck_mtx_t *mtx) argument
316 msleep0( void *chan, lck_mtx_t *mtx, int pri, const char *wmsg, int timo, int (*continuation)(int)) argument
333 msleep( void *chan, lck_mtx_t *mtx, int pri, const char *wmsg, struct timespec *ts) argument
351 msleep1( void *chan, lck_mtx_t *mtx, int pri, const char *wmsg, u_int64_t abstime) argument
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dsys_domain.h96 lck_mtx_t *mtx; member in struct:ctl_cb
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.h193 lck_mtx_t *mtx; /* lock to protect the list */ member in struct:tcptimerlist
H A Din_pcb.h522 lck_rw_t *mtx; /* global mutex for the pcblist*/ member in struct:inpcbinfo
527 void *mtx; /* global mutex for the pcblist*/ member in struct:inpcbinfo
/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsd.h179 struct mtx { struct

Completed in 27 milliseconds