Searched refs:crash_mutex (Results 1 – 2 of 2) sorted by relevance
311 static std::recursive_mutex crash_mutex; in crash_handler() local314 crash_mutex.lock(); in crash_handler()338 crash_mutex.unlock(); in crash_handler()
119 static pthread_mutex_t crash_mutex = PTHREAD_MUTEX_INITIALIZER; variable519 int ret = pthread_mutex_lock(&crash_mutex); in debuggerd_signal_handler()582 pthread_mutex_unlock(&crash_mutex); in debuggerd_signal_handler()