Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dpthreadndk.cpp965 static void *threadFunc4(void *) { pthread_exit(&g_exitOne); } in threadFunc4() function
972 err = pthread_create(&pidFirst, nullptr, threadFunc4, nullptr); in testExit()