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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_util.h36 class MutexLock { class in namespace:safestack
38 explicit MutexLock(pthread_mutex_t &mutex) : mutex_(&mutex) { function in class:safestack::MutexLock

Completed in 53 milliseconds