Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/solaris/handler/
Dexception_handler.cc59 pthread_mutex_t ExceptionHandler::handler_stack_mutex_ = member in google_breakpad::ExceptionHandler
79 pthread_mutex_lock(&handler_stack_mutex_); in ExceptionHandler()
84 pthread_mutex_unlock(&handler_stack_mutex_); in ExceptionHandler()
90 pthread_mutex_lock(&handler_stack_mutex_); in ~ExceptionHandler()
111 pthread_mutex_unlock(&handler_stack_mutex_); in ~ExceptionHandler()
183 pthread_mutex_lock(&handler_stack_mutex_); in HandleException()
186 pthread_mutex_unlock(&handler_stack_mutex_); in HandleException()
206 pthread_mutex_lock(&handler_stack_mutex_); in HandleException()
216 pthread_mutex_unlock(&handler_stack_mutex_); in HandleException()
Dexception_handler.h189 static pthread_mutex_t handler_stack_mutex_; variable