Searched defs:thread_fn (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dpthread_test.cpp318 ASSERT_EQ(0, pthread_create(&t, NULL, TestBug37410::thread_fn, reinterpret_cast<void*>(&data)));
329 static void* thread_fn(void* arg) { function in struct:TestBug37410
1601 static void thread_fn(MutexWakeupHelper* helper) { function in class:MutexWakeupHelper
1624 reinterpret_cast<void* (*)(void*)>(MutexWakeupHelper::thread_fn), this));

Completed in 286 milliseconds