Home
last modified time | relevance | path

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

/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp209 static pthread_mutex_t crash_mutex = PTHREAD_MUTEX_INITIALIZER; in crash_handler() local
210 int ret = pthread_mutex_lock(&crash_mutex); in crash_handler()
Ddebuggerd_handler.cpp93 static pthread_mutex_t crash_mutex = PTHREAD_MUTEX_INITIALIZER; variable
394 int ret = pthread_mutex_lock(&crash_mutex); in debuggerd_signal_handler()
456 pthread_mutex_unlock(&crash_mutex); in debuggerd_signal_handler()