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.c90 pthread_once_t once_ctl; variable
127 ret = pthread_once(&once_ctl, init_routine); in threaded()
178 once_ctl = PTHREAD_ONCE_INIT; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
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()