Searched refs:FutexThread (Results 1 – 1 of 1) sorted by relevance
42 static void* FutexThread(void* arg) { in FutexThread() function60 ASSERT_EQ(pthread_create(&thread, nullptr, &FutexThread, reinterpret_cast<void*>(&futex)), 0); in TEST()