Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/
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()
/external/compiler-rt/lib/builtins/
Demutls.c117 static void emutls_init(void) { in emutls_init() function
127 pthread_once(&once, emutls_init); in emutls_get_index()