Home
last modified time | relevance | path

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

/bionic/tests/
D__cxa_thread_atexit_test.cpp109 static void* thread_main(void* arg) { in thread_main() function
122 ASSERT_EQ(0, pthread_create(&t, nullptr, thread_main, &atexit_call_sequence)); in TEST()