Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dpthreadndk1.cpp1320 static void *PThreadSelfThread(void *arg) in PThreadSelfThread() function
1331 pthread_create(&threadId, nullptr, PThreadSelfThread, &threadId2); in PThreadSelf()