Lines Matching refs:pthread_t
89 static void pthread__initthread(pthread_t);
90 static void pthread__scrubthread(pthread_t, char *, int);
91 static void pthread__initmain(pthread_t *);
92 static void pthread__reap(pthread_t);
199 pthread_t first; in pthread__init()
298 pthread__initthread(pthread_t t) in pthread__initthread()
313 pthread__scrubthread(pthread_t t, char *name, int flags) in pthread__scrubthread()
326 pthread__getstack(pthread_t newthread, const pthread_attr_t *attr) in pthread__getstack()
396 pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create()
399 pthread_t newthread; in pthread_create()
570 pthread_t self; in pthread__create_tramp()
604 pthread_suspend_np(pthread_t thread) in pthread_suspend_np()
606 pthread_t self; in pthread_suspend_np()
623 pthread_resume_np(pthread_t thread) in pthread_resume_np()
639 pthread_t self; in pthread_exit()
697 pthread_join(pthread_t thread, void **valptr) in pthread_join()
699 pthread_t self; in pthread_join()
739 pthread__reap(pthread_t thread) in pthread__reap()
757 pthread_equal(pthread_t t1, pthread_t t2) in pthread_equal()
775 pthread_detach(pthread_t thread) in pthread_detach()
805 pthread_getname_np(pthread_t thread, char *name, size_t len) in pthread_getname_np()
826 pthread_setname_np(pthread_t thread, const char *name, void *arg) in pthread_setname_np()
858 pthread_t
862 return (pthread_t)__libc_thr_self_stub(); in pthread_self()
869 pthread_cancel(pthread_t thread) in pthread_cancel()
893 pthread_t self; in pthread_setcancelstate()
944 pthread_t self; in pthread_setcanceltype()
979 pthread_t self; in pthread_testcancel()
993 pthread__find(pthread_t id) in pthread__find()
995 pthread_t target; in pthread__find()
1008 pthread__testcancel(pthread_t self) in pthread__testcancel()
1027 pthread_t self; in pthread__cleanup_push()
1041 pthread_t self; in pthread__cleanup_pop()
1056 pthread_t self; in pthread__errno()
1145 pthread__park(pthread_t self, pthread_mutex_t *lock, in pthread__park()
1201 pthread__unpark(pthread_queue_t *queue, pthread_t self, in pthread__unpark()
1204 pthread_t target; in pthread__unpark()
1213 pthread__unpark_all(pthread_queue_t *queue, pthread_t self, in pthread__unpark_all()
1218 pthread_t target; in pthread__unpark_all()
1282 pthread__initmain(pthread_t *newt) in pthread__initmain()