Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dpthreadndk1.cpp751 static void *PThreadCreateThread(void *arg) in PThreadCreateThread() function
762 int ret = pthread_create(&threadId, nullptr, PThreadCreateThread, &count); in PThreadCreate()