Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/linux/handler/
Dexception_handler.cc207 pthread_mutex_t g_handler_stack_mutex_ = PTHREAD_MUTEX_INITIALIZER; variable
242 pthread_mutex_lock(&g_handler_stack_mutex_); in ExceptionHandler()
255 pthread_mutex_unlock(&g_handler_stack_mutex_); in ExceptionHandler()
260 pthread_mutex_lock(&g_handler_stack_mutex_); in ~ExceptionHandler()
270 pthread_mutex_unlock(&g_handler_stack_mutex_); in ~ExceptionHandler()
342 pthread_mutex_lock(&g_handler_stack_mutex_); in SignalHandler()
370 pthread_mutex_unlock(&g_handler_stack_mutex_); in SignalHandler()
390 pthread_mutex_unlock(&g_handler_stack_mutex_); in SignalHandler()