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.cc213 pthread_mutex_t g_handler_stack_mutex_ = PTHREAD_MUTEX_INITIALIZER; variable
236 pthread_mutex_lock(&g_handler_stack_mutex_); in ExceptionHandler()
244 pthread_mutex_unlock(&g_handler_stack_mutex_); in ExceptionHandler()
249 pthread_mutex_lock(&g_handler_stack_mutex_); in ~ExceptionHandler()
259 pthread_mutex_unlock(&g_handler_stack_mutex_); in ~ExceptionHandler()
319 pthread_mutex_lock(&g_handler_stack_mutex_); in SignalHandler()
346 pthread_mutex_unlock(&g_handler_stack_mutex_); in SignalHandler()
366 pthread_mutex_unlock(&g_handler_stack_mutex_); in SignalHandler()