Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_once.c24 void OnceRun(void) in OnceRun() function
31 int32_t ret = pthread_once(&g_once, OnceRun); in threadfuncA()
38 int32_t ret = pthread_once(&g_once, OnceRun); in threadfuncB()

Completed in 1 milliseconds