Searched refs:once (Results 1 – 2 of 2) sorted by relevance
24 static pthread_once_t once = PTHREAD_ONCE_INIT; variable52 int rc = pthread_once (&once, init_routine); in do_test()
30 stay as they are now. The new once can use an additional field
Completed in 3 milliseconds