Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dthreadsndk1.cpp55 thrd_t thread3; in CallOnce() local
59 thrd_create(&thread3, (thrd_start_t)OnceFunc, nullptr); in CallOnce()
63 thrd_join(thread3, nullptr); in CallOnce()
H A Dpthreadndk1.cpp1141 pthread_t thread3; in PThreadOnce() local
1149 pthread_create(&thread3, nullptr, PThreadOnceThread, nullptr); in PThreadOnce()
1153 pthread_join(thread3, nullptr); in PThreadOnce()

Completed in 7 milliseconds