Lines Matching defs:tid
76 #define TIDHASH(tid, udp) (tid & (udp)->hash_mask) argument
499 find_lwpp(thread_t tid) in find_lwpp()
539 find_lwp(thread_t tid) in find_lwp()
569 thread_t tid; in _thrp_create() local
994 _thrp_join(thread_t tid, thread_t *departed, void **status, int do_cancel) in _thrp_join()
1081 thr_join(thread_t tid, thread_t *departed, void **status) in thr_join()
1095 pthread_join(pthread_t tid, void **status) in pthread_join()
1101 pthread_detach(pthread_t tid) in pthread_detach()
1851 thread_t tid = ulwp->ul_lwpid; in safe_suspend() local
1946 _thrp_suspend(thread_t tid, uchar_t whystopped) in _thrp_suspend()
2130 _thrp_continue(thread_t tid, uchar_t whystopped) in _thrp_continue()
2171 thr_suspend(thread_t tid) in thr_suspend()
2177 thr_continue(thread_t tid) in thr_continue()
2191 thr_kill(thread_t tid, int sig) in thr_kill()
2403 lwpname_path(pthread_t tid, char *buf, size_t bufsize) in lwpname_path()
2412 thr_setname(pthread_t tid, const char *name) in thr_setname()
2449 thr_getname(pthread_t tid, char *buf, size_t bufsize) in thr_getname()
2501 thr_getstate(thread_t tid, int *flag, lwpid_t *lwp, stack_t *ss, gregset_t rs) in thr_getstate()
2548 thr_setstate(thread_t tid, int flag, gregset_t rs) in thr_setstate()
2580 getlwpstatus(thread_t tid, struct lwpstatus *sp) in getlwpstatus()
2604 putlwpregs(thread_t tid, prgregset_t prp) in putlwpregs()
2638 gettsp_slow(thread_t tid) in gettsp_slow()
2654 __gettsp(thread_t tid) in __gettsp()
2691 thr_setmutator(thread_t tid, int enabled) in thr_setmutator()
2833 thr_suspend_mutator(thread_t tid) in thr_suspend_mutator()
2886 thr_continue_mutator(thread_t tid) in thr_continue_mutator()
2893 thr_wait_mutator(thread_t tid, int dontwait) in thr_wait_mutator()