Searched refs:ulwp_lock (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 547 ulwp_lock(ulwp, udp); in find_lwp() 800 (void) ulwp_lock(self, udp); in _thrp_exit() 2041 ulwp_lock(self, udp); in _thrp_suspend() 2069 ulwp_lock(ulwp, udp); in suspend_fork() 2507 ulwp_lock(ulwp, udp); in thr_getstate() 2698 ulwp_lock(ulwp, udp); in thr_setmutator() 2792 ulwp_lock(ulwp, udp); in thr_suspend_allmutators()
|
H A D | cancel.c | 106 ulwp_lock(self, udp); in pthread_setcancelstate()
|
H A D | pthr_attr.c | 563 ulwp_lock(self, udp); in pthread_attr_get_np()
|
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 1012 #define ulwp_lock(ulwp, udp) lmutex_lock(ulwp_mutex(ulwp, udp)) macro
|