Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthread.c55 if ((ulwp = find_lwp(tid)) == NULL) { in _thr_setinherit()
72 if ((ulwp = find_lwp(tid)) == NULL) { in _thr_setparam()
159 ulwp_t *ulwp = find_lwp(tid); in pthread_create()
236 if ((ulwp = find_lwp(tid)) == NULL) { in pthread_getschedparam()
H A Dthr.c539 find_lwp(thread_t tid) in find_lwp() function
1964 if ((ulwp = find_lwp(tid)) == NULL) in _thrp_suspend()
2145 if ((ulwp = find_lwp(tid)) == NULL) { in _thrp_continue()
2554 if ((ulwp = find_lwp(tid)) == NULL) in thr_setstate()
2660 if ((ulwp = find_lwp(tid)) == NULL) in __gettsp()
2704 } else if ((ulwp = find_lwp(tid)) == NULL) { in thr_setmutator()
2902 if ((ulwp = find_lwp(tid)) == NULL) { in thr_wait_mutator()
H A Dcancel.c43 if ((ulwp = find_lwp(tid)) == NULL) in pthread_cancel()
H A Dpthr_attr.c566 target = find_lwp(tid); in pthread_attr_get_np()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1280 extern ulwp_t *find_lwp(thread_t);