Searched refs:crash_mutex (Results 1 – 2 of 2) sorted by relevance
317 static std::recursive_mutex crash_mutex; in crash_handler() local320 crash_mutex.lock(); in crash_handler()344 crash_mutex.unlock(); in crash_handler()
120 static pthread_mutex_t crash_mutex = PTHREAD_MUTEX_INITIALIZER; variable539 int ret = pthread_mutex_lock(&crash_mutex); in debuggerd_signal_handler()601 pthread_mutex_unlock(&crash_mutex); in debuggerd_signal_handler()