Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dpthreadndk.cpp1050 void *threadFuncA(void *) in threadFuncA() function
1068 err = pthread_create(&pidFirst, nullptr, threadFuncA, nullptr); in testGetSpecific()
1087 err = pthread_create(&pidFirst, nullptr, threadFuncA, nullptr); in TestJoin()