Searched refs:OnceControl (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h47 static pthread_once_t OnceControl = PTHREAD_ONCE_INIT; local
48 pthread_once(&OnceControl, PostInitCallback);

Completed in 113 milliseconds