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/
Dsemaphorendk.cpp115 void *threadfuncA(void *arg) in threadfuncA() function
140 pthread_create(&tid, nullptr, threadfuncA, nullptr); in SemPost()