Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread.c104 static pthread_mutex_t gDebuggerNotificationLock = PTHREAD_MUTEX_INITIALIZER; variable
378 pthread_mutex_lock(&gDebuggerNotificationLock); in pthread_create()
380 pthread_mutex_unlock(&gDebuggerNotificationLock); in pthread_create()