OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RWMutex
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_mutex.h
93
class
RWMutex
{
95
RWMutex
() {
99
~
RWMutex
() {
170
RWMutex
(const
RWMutex
&);
171
void operator = (const
RWMutex
&);
214
typedef GenericScopedLock<
RWMutex
> RWMutexLock;
215
typedef GenericScopedReadLock<
RWMutex
> RWMutexReadLock;
/external/llvm/include/llvm/Support/
RWMutex.h
1
//===-
RWMutex
.h - Reader/Writer Mutual Exclusion Lock ----------*- C++ -*-===//
10
// This file declares the llvm::sys::
RWMutex
class.
25
/// @brief Platform agnostic
RWMutex
class.
141
typedef SmartRWMutex<false>
RWMutex
;
Completed in 212 milliseconds