Searched refs:once_ctl (Results 1 – 2 of 2) sorted by relevance
93 pthread_once_t once_ctl; variable130 ret = pthread_once(&once_ctl, init_routine); in threaded()181 once_ctl = PTHREAD_ONCE_INIT; in main()
180 pthread_once_t once_ctl = PTHREAD_ONCE_INIT; in test() local186 ret = pthread_once(&once_ctl, initializer); in test()196 ret = pthread_once(&once_ctl, initializer); in test()