Home
last modified time | relevance | path

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

/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp277 static std::recursive_mutex crash_mutex; in crash_handler() local
280 crash_mutex.lock(); in crash_handler()
304 crash_mutex.unlock(); in crash_handler()
Ddebuggerd_handler.cpp141 static pthread_mutex_t crash_mutex = PTHREAD_MUTEX_INITIALIZER; variable
608 pthread_mutex_unlock(&crash_mutex); in debuggerd_signal_handler()
631 int ret = pthread_mutex_lock(&crash_mutex); in debuggerd_signal_handler()
698 pthread_mutex_unlock(&crash_mutex); in debuggerd_signal_handler()
703 pthread_mutex_unlock(&crash_mutex); in debuggerd_signal_handler()