Home
last modified time | relevance | path

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

/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp317 static std::recursive_mutex crash_mutex; in crash_handler() local
320 crash_mutex.lock(); in crash_handler()
344 crash_mutex.unlock(); in crash_handler()
Ddebuggerd_handler.cpp120 static pthread_mutex_t crash_mutex = PTHREAD_MUTEX_INITIALIZER; variable
539 int ret = pthread_mutex_lock(&crash_mutex); in debuggerd_signal_handler()
601 pthread_mutex_unlock(&crash_mutex); in debuggerd_signal_handler()