Searched refs:pthread_list_mlock (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h755 extern lck_mtx_t * pthread_list_mlock;
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c167 lck_mtx_t * pthread_list_mlock; variable
547 lck_mtx_lock(pthread_list_mlock);
553 lck_mtx_lock_spin(pthread_list_mlock);
559 lck_mtx_convert_spin(pthread_list_mlock);
566 lck_mtx_unlock(pthread_list_mlock);
2788 (void)msleep(&kwq->kw_pflags, pthread_list_mlock, PDROP, "ksyn_wqfind", 0);
2873 (void)msleep(&kwq->kw_pflags, pthread_list_mlock, PDROP, "ksyn_wqfind", 0);
H A Dpthread_synch.c2444 pthread_list_mlock = lck_mtx_alloc_init(pthread_lck_grp, pthread_lck_attr);

Completed in 29 milliseconds