Searched refs:once_ctl (Results 1 – 2 of 2) sorted by relevance
90 pthread_once_t once_ctl; variable127 ret = pthread_once(&once_ctl, init_routine); in threaded()178 once_ctl = PTHREAD_ONCE_INIT; in main()
178 pthread_once_t once_ctl = PTHREAD_ONCE_INIT; in test() local184 ret = pthread_once(&once_ctl, initializer); in test()194 ret = pthread_once(&once_ctl, initializer); in test()