Home
last modified time | relevance | path

Searched refs:thread_fn (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dpthread_test.cpp326 …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() function
2179 static void thread_fn(MutexWakeupHelper* helper) { in thread_fn() function in MutexWakeupHelper
2202 reinterpret_cast<void* (*)(void*)>(MutexWakeupHelper::thread_fn), this)); in test()
2264 static void thread_fn(PIMutexWakeupHelper* helper) { in thread_fn() function in PIMutexWakeupHelper
2300 reinterpret_cast<void* (*)(void*)>(PIMutexWakeupHelper::thread_fn), this)); in test()