Searched refs:pthread_t (Results 1 – 14 of 14) sorted by relevance
55 int pthread_create(pthread_t *thread, in pthread_create()59 pthread_t th; in pthread_create()68 th = (pthread_t)malloc(sizeof(pthread_s)); in pthread_create()80 int pthread_join(pthread_t th, void **thread_return) { in pthread_join()
72 typedef struct pthread_s *pthread_t; /* one of the few types that's pointer, not struct */ typedef94 extern int pthread_create(pthread_t *thread,98 extern int pthread_join(pthread_t th, void **thread_return);
262 pthread_t *threads = (pthread_t *)alloca(nthreads * sizeof(pthread_t)); in thread_trace()
314 pthread_t *threads = (pthread_t *)alloca(nthreads * sizeof(pthread_t)); in thread_trace()
271 pthread_t this_thread = pthread_self(); in can_change_thread_priority()299 pthread_t this_thread = pthread_self(); in ~increased_priority_guard()306 pthread_t this_thread = pthread_self(); in get_current_schedparam()315 pthread_t this_thread = pthread_self(); in increase_thread_priority()
104 typedef pthread_t handle_type;198 pthread_t handle; in launch()
76 using handle_type = pthread_t;
71 pthread_t mHandle{};
66 std::vector<pthread_t> id( M );
150 pthread_t handle; in main_loop()
269 typedef pthread_t TIDT;412 pthread_t pthread_self(void) __attribute__((weak));
651 static std::atomic<pthread_t> owner_thread;
183 std::atomic<pthread_t> tid;710 std::atomic<pthread_t> RecursiveMallocCallProtector::owner_thread;
83 pthread_t handle; in launch()