Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libbacktrace/
H A DBacktraceCurrent.cpp108 static pthread_mutex_t g_sigaction_mutex = PTHREAD_MUTEX_INITIALIZER; variable
165 pthread_mutex_lock(&g_sigaction_mutex); in UnwindThread()
178 pthread_mutex_unlock(&g_sigaction_mutex); in UnwindThread()
194 pthread_mutex_unlock(&g_sigaction_mutex); in UnwindThread()
217 pthread_mutex_unlock(&g_sigaction_mutex); in UnwindThread()