Searched defs:thread_main (Results 1 - 1 of 1) sorted by relevance
/bionic/tests/ | ||
H A D | __cxa_thread_atexit_test.cpp | 125 static void* thread_main(void* arg) { function 138 ASSERT_EQ(0, pthread_create(&t, nullptr, thread_main, &atexit_call_sequence)); |
Completed in 4 milliseconds