Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dpthreadndk1.cpp878 static void *PThreadJoinThread(void *arg) in PThreadJoinThread() function
889 pthread_create(&threadId, nullptr, PThreadJoinThread, static_cast<void *>(&value)); in PThreadJoin()