Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler.cc210 pthread_mutex_t g_handler_stack_mutex_ = PTHREAD_MUTEX_INITIALIZER; variable
245 pthread_mutex_lock(&g_handler_stack_mutex_); in ExceptionHandler()
258 pthread_mutex_unlock(&g_handler_stack_mutex_); in ExceptionHandler()
263 pthread_mutex_lock(&g_handler_stack_mutex_); in ~ExceptionHandler()
273 pthread_mutex_unlock(&g_handler_stack_mutex_); in ~ExceptionHandler()
345 pthread_mutex_lock(&g_handler_stack_mutex_); in SignalHandler()
373 pthread_mutex_unlock(&g_handler_stack_mutex_); in SignalHandler()
393 pthread_mutex_unlock(&g_handler_stack_mutex_); in SignalHandler()