Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Demutls.c117 static __inline void emutls_init(void) { in emutls_init() function
125 pthread_once(&once, emutls_init); in emutls_init_once()
185 static BOOL CALLBACK emutls_init(PINIT_ONCE p0, PVOID p1, PVOID *p2) { in emutls_init() function
209 InitOnceExecuteOnce(&once, emutls_init, NULL, NULL); in emutls_init_once()