Home
last modified time | relevance | path

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

/titanic_41/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.c79 ulwp_unlock(ulwp, curthread->ul_uberdata); in _thr_setparam()
140 ulwp_unlock(ulwp, self->ul_uberdata); in pthread_create()
222 ulwp_unlock(ulwp, curthread->ul_uberdata); in pthread_getschedparam()
H A Dthr.c552 ulwp_unlock(ulwp, udp); in find_lwp()
876 (void) ulwp_unlock(self, udp); in _thrp_exit()
1107 ulwp_unlock(ulwp, udp); in pthread_detach()
1113 ulwp_unlock(ulwp, udp); in pthread_detach()
1965 ulwp_unlock(ulwp, udp); in _thrp_suspend()
1970 ulwp_unlock(ulwp, udp); in _thrp_suspend()
2001 ulwp_unlock(self, udp); in _thrp_suspend()
2046 ulwp_unlock(self, udp); in _thrp_suspend()
2076 ulwp_unlock(ulwp, udp); in suspend_fork()
2455 ulwp_unlock(ulwp, udp); in thr_getstate()
[all …]
/titanic_41/usr/src/lib/libc/inc/
H A Dthr_uberdata.h973 #define ulwp_unlock(ulwp, udp) lmutex_unlock(ulwp_mutex(ulwp, udp)) macro