Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
Dstress.c93 pthread_once_t once_ctl; variable
130 ret = pthread_once(&once_ctl, init_routine); in threaded()
181 once_ctl = PTHREAD_ONCE_INIT; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
D6-1.c180 pthread_once_t once_ctl = PTHREAD_ONCE_INIT; in test() local
186 ret = pthread_once(&once_ctl, initializer); in test()
196 ret = pthread_once(&once_ctl, initializer); in test()