Searched refs:thread_fn (Results 1 – 1 of 1) sorted by relevance
326 …ASSERT_EQ(0, pthread_create(&t, nullptr, TestBug37410::thread_fn, reinterpret_cast<void*>(&data))); in main()337 static void* thread_fn(void* arg) { in thread_fn() function2179 static void thread_fn(MutexWakeupHelper* helper) { in thread_fn() function in MutexWakeupHelper2202 reinterpret_cast<void* (*)(void*)>(MutexWakeupHelper::thread_fn), this)); in test()2264 static void thread_fn(PIMutexWakeupHelper* helper) { in thread_fn() function in PIMutexWakeupHelper2300 reinterpret_cast<void* (*)(void*)>(PIMutexWakeupHelper::thread_fn), this)); in test()