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

/system/core/libbacktrace/
H A DBacktraceThread.cpp146 static pthread_mutex_t g_sigaction_mutex = PTHREAD_MUTEX_INITIALIZER; variable
183 if (pthread_mutex_lock(&g_sigaction_mutex) < 0) {
200 pthread_mutex_unlock(&g_sigaction_mutex);
209 pthread_mutex_unlock(&g_sigaction_mutex);
219 pthread_mutex_unlock(&g_sigaction_mutex);

Completed in 15 milliseconds