OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mutex_type
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/src/
debug.cpp
38
typedef mutex
mutex_type
;
typedef in namespace:__anon3139
39
typedef lock_guard<
mutex_type
> WLock;
40
typedef lock_guard<
mutex_type
> RLock;
42
mutex_type
&
45
static
mutex_type
m;
/external/llvm/include/llvm/IR/
ValueMap.h
50
typedef MutexT
mutex_type
;
typedef in struct:llvm::ValueMapConfig
72
static
mutex_type
*getMutex(const ExtraDataT &/*Data*/) { return nullptr; }
218
typename Config::
mutex_type
*M = Config::getMutex(Copy.Map->Data);
231
typename Config::
mutex_type
*M = Config::getMutex(Copy.Map->Data);
Completed in 96 milliseconds