Searched refs:fakeLogDeviceLock (Results 1 - 1 of 1) sorted by relevance

/system/core/liblog/
H A Dfake_log_device.c92 static pthread_mutex_t fakeLogDeviceLock = PTHREAD_MUTEX_INITIALIZER; variable
96 pthread_mutex_lock(&fakeLogDeviceLock);
101 pthread_mutex_unlock(&fakeLogDeviceLock);

Completed in 908 milliseconds