Searched refs:thread_fn (Results 1 – 1 of 1) sorted by relevance
319 ASSERT_EQ(0, pthread_create(&t, NULL, TestBug37410::thread_fn, reinterpret_cast<void*>(&data))); in main()330 static void* thread_fn(void* arg) { in thread_fn() function1686 static void thread_fn(MutexWakeupHelper* helper) { in thread_fn() function in MutexWakeupHelper1709 reinterpret_cast<void* (*)(void*)>(MutexWakeupHelper::thread_fn), this)); in test()