Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h54 pthread_once(&PostInitNonce, PostInitCallback); in callPostInitCallback()
986 pthread_once_t PostInitNonce = PTHREAD_ONCE_INIT; variable