Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
H A Dstress.c90 static pthread_once_t once_ctl; variable
127 ret = pthread_once(&once_ctl, init_routine); in threaded()
178 once_ctl = PTHREAD_ONCE_INIT; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
H A D6-1.c178 pthread_once_t once_ctl = PTHREAD_ONCE_INIT; in test() local
184 ret = pthread_once(&once_ctl, initializer); in test()
194 ret = pthread_once(&once_ctl, initializer); in test()

Completed in 2 milliseconds