Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_test.cpp319 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() function
1686 static void thread_fn(MutexWakeupHelper* helper) { in thread_fn() function in MutexWakeupHelper
1709 reinterpret_cast<void* (*)(void*)>(MutexWakeupHelper::thread_fn), this)); in test()