Home
last modified time | relevance | path

Searched refs:thread4 (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dthreadsndk1.cpp56 thrd_t thread4; in CallOnce() local
60 thrd_create(&thread4, (thrd_start_t)OnceFunc, nullptr); in CallOnce()
64 thrd_join(thread4, nullptr); in CallOnce()
H A Dpthreadndk1.cpp1142 pthread_t thread4; in PThreadOnce() local
1150 pthread_create(&thread4, nullptr, PThreadOnceThread, nullptr); in PThreadOnce()
1154 pthread_join(thread4, nullptr); in PThreadOnce()

Completed in 6 milliseconds