Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/
Demutls.c128 static __inline void emutls_lock() { pthread_mutex_lock(&emutls_mutex); } in emutls_lock() function
212 static __inline void emutls_lock() { EnterCriticalSection(emutls_mutex); } in emutls_lock() function
316 emutls_lock(); in emutls_get_index()