Home
last modified time | relevance | path

Searched defs:m_lock (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessRunLock.h67 ProcessRunLock *m_lock = nullptr; variable
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dmutex.h42 spinlock_t m_lock; /* used for serializing mutex_exit */ member
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp53 std::unique_ptr<lldb_private::LockFile> m_lock; member in __anon44bcff5d0111::ModuleLock
/freebsd/lib/libthr/thread/
H A Dthr_private.h167 struct umutex m_lock; member
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp216 std::unique_lock<std::recursive_mutex> m_lock; member in ValueLocker