Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/client/solaris/handler/
H A Dexception_handler.cc62 pthread_mutex_t ExceptionHandler::handler_stack_mutex_ = member in google_breakpad::ExceptionHandler
82 pthread_mutex_lock(&handler_stack_mutex_); in ExceptionHandler()
87 pthread_mutex_unlock(&handler_stack_mutex_); in ExceptionHandler()
93 pthread_mutex_lock(&handler_stack_mutex_); in ~ExceptionHandler()
114 pthread_mutex_unlock(&handler_stack_mutex_); in ~ExceptionHandler()
186 pthread_mutex_lock(&handler_stack_mutex_); in HandleException()
189 pthread_mutex_unlock(&handler_stack_mutex_); in HandleException()
209 pthread_mutex_lock(&handler_stack_mutex_); in HandleException()
219 pthread_mutex_unlock(&handler_stack_mutex_); in HandleException()
H A Dexception_handler.h188 static pthread_mutex_t handler_stack_mutex_; variable