Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_once.c21 static pthread_once_t g_once = PTHREAD_ONCE_INIT; variable
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