Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dthreadsndk1.cpp45 static void OnceFunc(void *data) { call_once(&gCallOnce.flag, DoOnce); } in OnceFunc() function
57 thrd_create(&thread1, (thrd_start_t)OnceFunc, nullptr); in CallOnce()
58 thrd_create(&thread2, (thrd_start_t)OnceFunc, nullptr); in CallOnce()
59 thrd_create(&thread3, (thrd_start_t)OnceFunc, nullptr); in CallOnce()
60 thrd_create(&thread4, (thrd_start_t)OnceFunc, nullptr); in CallOnce()
/test/xts/acts/kernel_lite/process_posix/src/
H A DPthreadBasicApiTest.cpp268 void OnceFunc() in OnceFunc() function
280 // OnceFunc() execute once in ThreadPthreadSpecificAll()
281 int reInt = pthread_once(&g_once, OnceFunc); in ThreadPthreadSpecificAll()

Completed in 3 milliseconds