Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/
Demutls.c130 static __inline void emutls_unlock() { pthread_mutex_unlock(&emutls_mutex); } in emutls_unlock() function
214 static __inline void emutls_unlock() { LeaveCriticalSection(emutls_mutex); } in emutls_unlock() function
322 emutls_unlock(); in emutls_get_index()