Home
last modified time | relevance | path

Searched refs:once_flag (Results 1 – 3 of 3) sorted by relevance

/sysdeps/pthread/
A Dcall_once.c25 __call_once (once_flag *flag, void (*func)(void)) in __call_once()
27 _Static_assert (sizeof (once_flag) == sizeof (pthread_once_t), in __call_once()
29 _Static_assert (alignof (once_flag) == alignof (pthread_once_t), in __call_once()
A Dtst-call-once.c26 static once_flag flag = ONCE_FLAG_INIT;
A Dthreads.h59 typedef __once_flag once_flag; typedef
173 extern void call_once (once_flag *__flag, void (*__func)(void));

Completed in 5 milliseconds