Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dpthreadndk1.cpp810 static void *PThreadExitThread(void *arg) in PThreadExitThread() function
821 pthread_create(&threadId, nullptr, PThreadExitThread, &count); in PThreadExit()