Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dthreadsndk1.cpp54 thrd_t thread2; in CallOnce() local
58 thrd_create(&thread2, (thrd_start_t)OnceFunc, nullptr); in CallOnce()
62 thrd_join(thread2, nullptr); in CallOnce()
H A Dpthreadndk1.cpp1140 pthread_t thread2; in PThreadOnce() local
1148 pthread_create(&thread2, nullptr, PThreadOnceThread, nullptr); in PThreadOnce()
1152 pthread_join(thread2, nullptr); in PThreadOnce()

Completed in 5 milliseconds