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

/bionic/tests/
H A Dpthread_test.cpp246 ASSERT_EQ(0, pthread_create(&t, NULL, TestBug37410::thread_fn, reinterpret_cast<void*>(&data)));
257 static void* thread_fn(void* arg) { function in struct:TestBug37410

Completed in 33 milliseconds