Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dpthreadndk.cpp711 static void *threadFunc2(void *) in threadFunc2() function
723 err = pthread_create(&pid, nullptr, threadFunc2, nullptr); in testCondWait()