Searched defs:ScopedPthreadMutexLocker (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/private/
H A DScopedPthreadMutexLocker.h24 class ScopedPthreadMutexLocker { class
26 explicit ScopedPthreadMutexLocker(pthread_mutex_t* mu) : mu_(mu) { function in class:ScopedPthreadMutexLocker
30 ~ScopedPthreadMutexLocker() {
37 DISALLOW_IMPLICIT_CONSTRUCTORS(ScopedPthreadMutexLocker);

Completed in 2135 milliseconds