Lines Matching refs:to_posix_thread
145 struct posix_thread *to_posix_thread(pthread_t pthread) in to_posix_thread() function
213 t = to_posix_thread(pthread_self()); in __z_pthread_cleanup_push()
230 t = to_posix_thread(pthread_self()); in __z_pthread_cleanup_pop()
730 t = to_posix_thread(pthread_self()); in pthread_setcancelstate()
771 t = to_posix_thread(pthread_self()); in pthread_setcanceltype()
799 t = to_posix_thread(pthread_self()); in pthread_testcancel()
830 t = to_posix_thread(pthread); in pthread_cancel()
873 t = to_posix_thread(pthread); in pthread_setschedparam()
914 t = to_posix_thread(thread); in pthread_setschedprio()
988 t = to_posix_thread(pthread); in pthread_getschedparam()
1048 self = to_posix_thread(pthread_self()); in pthread_exit()
1080 t = to_posix_thread(pthread); in pthread_timedjoin_internal()
1194 t = to_posix_thread(pthread); in pthread_detach()
1508 t = to_posix_thread(pthread_self()); in pthread_sigmask()