reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/builtins/emutls.c
  124   static pthread_once_t once = PTHREAD_ONCE_INIT;
projects/compiler-rt/lib/scudo/scudo_tsd_exclusive.cpp
   19 static pthread_once_t GlobalInitialized = PTHREAD_ONCE_INIT;
projects/compiler-rt/lib/xray/xray_basic_logging.cpp
   92   static pthread_once_t DetectOnce = PTHREAD_ONCE_INIT;
  118   static pthread_once_t OnceInit = PTHREAD_ONCE_INIT;
  383   static pthread_once_t OnceInit = PTHREAD_ONCE_INIT;
  503     static pthread_once_t DynamicOnce = PTHREAD_ONCE_INIT;
projects/compiler-rt/lib/xray/xray_fdr_logging.cpp
  144   static pthread_once_t OnceInit = PTHREAD_ONCE_INIT;
  208   static pthread_once_t HeaderOnce = PTHREAD_ONCE_INIT;
  423   static pthread_once_t OnceProbe = PTHREAD_ONCE_INIT;
  568     static pthread_once_t Once = PTHREAD_ONCE_INIT;
  598     static pthread_once_t Once = PTHREAD_ONCE_INIT;
  680   static pthread_once_t OnceInit = PTHREAD_ONCE_INIT;
projects/compiler-rt/lib/xray/xray_profile_collector.cpp
  384   static pthread_once_t Once = PTHREAD_ONCE_INIT;
projects/compiler-rt/lib/xray/xray_profiling.cpp
  426   static pthread_once_t Once = PTHREAD_ONCE_INIT;
usr/include/pthread.h
  495 extern int pthread_once (pthread_once_t *__once_control,
usr/include/x86_64-linux-gnu/c++/7.4.0/bits/gthr-default.h
   49 typedef pthread_once_t __gthread_once_t;