Home
last modified time | relevance | path

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

/bionic/tests/
D__cxa_thread_atexit_test.cpp40 static void* thread_nop(void* arg) { in thread_nop() function
48 ASSERT_EQ(0, pthread_create(&t, nullptr, thread_nop, &msg)); in TEST()