Home
last modified time | relevance | path

Searched refs:ulwp_unlock (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dcancel.c50 ulwp_unlock(ulwp, udp); in pthread_cancel()
55 ulwp_unlock(self, udp); in pthread_cancel()
72 ulwp_unlock(ulwp, udp); in pthread_cancel()
78 ulwp_unlock(ulwp, udp); in pthread_cancel()
117 ulwp_unlock(self, udp); in pthread_setcancelstate()
128 ulwp_unlock(self, udp); in pthread_setcancelstate()
132 ulwp_unlock(self, udp); in pthread_setcancelstate()
H A Dpthread.c59 ulwp_unlock(ulwp, curthread->ul_uberdata); in _thr_setinherit()
96 ulwp_unlock(ulwp, curthread->ul_uberdata); in _thr_setparam()
167 ulwp_unlock(ulwp, self->ul_uberdata); in pthread_create()
257 ulwp_unlock(ulwp, curthread->ul_uberdata); in pthread_getschedparam()
H A Dthr.c554 ulwp_unlock(ulwp, udp); in find_lwp()
1113 ulwp_unlock(ulwp, udp); in pthread_detach()
1119 ulwp_unlock(ulwp, udp); in pthread_detach()
1967 ulwp_unlock(ulwp, udp); in _thrp_suspend()
1972 ulwp_unlock(ulwp, udp); in _thrp_suspend()
2003 ulwp_unlock(self, udp); in _thrp_suspend()
2538 ulwp_unlock(ulwp, udp); in thr_getstate()
2575 ulwp_unlock(ulwp, udp); in thr_setstate()
2669 ulwp_unlock(ulwp, udp); in __gettsp()
2731 ulwp_unlock(ulwp, udp); in thr_setmutator()
[all …]
H A Dpthr_attr.c608 ulwp_unlock(target, udp); in pthread_attr_get_np()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1013 #define ulwp_unlock(ulwp, udp) lmutex_unlock(ulwp_mutex(ulwp, udp)) macro