Home
last modified time | relevance | path

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

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