Searched defs:thread (Results 1 – 19 of 19) sorted by relevance
63 pthread_t __pthread_internal_add(pthread_internal_t* thread) { in __pthread_internal_add()76 void __pthread_internal_remove(pthread_internal_t* thread) { in __pthread_internal_remove()89 static void __pthread_internal_free(pthread_internal_t* thread) { in __pthread_internal_free()96 void __pthread_internal_remove_and_free(pthread_internal_t* thread) { in __pthread_internal_remove_and_free()102 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(thread_id); in __pthread_internal_find() local
53 bool __init_tls(pthread_internal_t* thread) { in __init_tls()82 void __init_thread_stack_guard(pthread_internal_t* thread) { in __init_thread_stack_guard()87 void __init_alternate_signal_stack(pthread_internal_t* thread) { in __init_alternate_signal_stack()111 int __init_thread(pthread_internal_t* thread) { in __init_thread()194 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(stack_top); in __allocate_thread() local216 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(arg); in __pthread_start() local251 pthread_internal_t* thread = NULL; in pthread_create() local
48 pthread_internal_t* thread = __get_thread(); in __pthread_cleanup_push() local56 pthread_internal_t* thread = __get_thread(); in __pthread_cleanup_pop() local67 pthread_internal_t* thread = __get_thread(); in pthread_exit() local
35 pthread_internal_t* thread = __get_thread(); in __cxa_thread_atexit_impl() local42 pthread_internal_t* thread = __get_thread(); in __cxa_thread_finalize() local
32 pthread_internal_t* thread = __pthread_internal_find(t); in pthread_gettid_np() local
35 pthread_internal_t* thread = __pthread_internal_find(t); in pthread_detach() local
39 pthread_internal_t* thread = __pthread_internal_find(t); in pthread_join() local
201 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(t); in pthread_getattr_np() local
130 pthread_t thread; in BM_pthread_create() local147 pthread_t thread; in BM_pthread_create_and_run() local164 pthread_t thread; in BM_pthread_exit_and_join() local
108 pthread_t thread; in TEST() local138 pthread_t thread; in TEST() local
195 pthread_t thread; in TEST() local218 pthread_t thread; in TEST() local
155 pthread_t thread; in TEST() local
139 pthread_t thread; in TEST() local
839 pthread_t thread; in test_pthread_rwlock_reader_wakeup_writer() local875 pthread_t thread; in test_pthread_rwlock_writer_wakeup_reader() local935 pthread_t thread; in TEST() local956 pthread_t thread; in TEST() local990 void CreateWriterThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateWriterThread()997 void CreateReaderThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateReaderThread()1210 pthread_t thread; member in pthread_CondWakeupTest1708 pthread_t thread; in test() local2010 pthread_t thread; in TEST() local
79 pthread_t thread; in RunTest() local
407 std::thread thread([]() { in TEST() local
214 for (auto& thread : threads) { in initializeTargetCC1FlagCache() local
216 for (auto& thread : threads) { in compileHeaders() local
1673 std::thread thread([](){ in TEST_F() local