OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mtx_
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc
28
:
mtx_
(mtx) {
34
Lock l(
mtx_
);
43
if (!
mtx_
->TryLock())
50
mtx_
->Unlock();
65
MutexType *
mtx_
;
member in class:__sanitizer::TestData
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_dense_alloc.h
82
SpinMutexLock lock(&
mtx_
);
97
SpinMutex
mtx_
;
member in class:__tsan::DenseSlabAlloc
103
SpinMutexLock lock(&
mtx_
);
131
SpinMutexLock lock(&
mtx_
);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util.h
59
void *
mtx_
[128];
member in class:Mutex
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_mutex_test.cc
26
:
mtx_
(mtx) {
32
Lock l(
mtx_
);
41
ReadLock l(
mtx_
);
60
MutexType *
mtx_
;
member in class:__tsan::TestData
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stack_store.h
93
mutable StaticSpinMutex
mtx_
;
member in class:__sanitizer::StackStore::BlockInfo
100
State state SANITIZER_GUARDED_BY(
mtx_
);
112
void Lock() SANITIZER_NO_THREAD_SAFETY_ANALYSIS {
mtx_
.Lock(); }
113
void Unlock() SANITIZER_NO_THREAD_SAFETY_ANALYSIS {
mtx_
.Unlock(); }
sanitizer_thread_arg_retval.h
36
void Lock() SANITIZER_ACQUIRE() {
mtx_
.Lock(); }
37
void CheckLocked() const SANITIZER_CHECK_LOCKED() {
mtx_
.CheckLocked(); }
38
void Unlock() SANITIZER_RELEASE() {
mtx_
.Unlock(); }
46
__sanitizer::Lock lock(&
mtx_
);
63
__sanitizer::Lock lock(&
mtx_
);
83
__sanitizer::Lock lock(&
mtx_
);
108
mutable Mutex
mtx_
;
member in class:__sanitizer::ThreadArgRetval
sanitizer_thread_registry.h
98
void Lock() SANITIZER_ACQUIRE() {
mtx_
.Lock(); }
99
void CheckLocked() const SANITIZER_CHECK_LOCKED() {
mtx_
.CheckLocked(); }
100
void Unlock() SANITIZER_RELEASE() {
mtx_
.Unlock(); }
147
Mutex
mtx_
;
member in class:__sanitizer::ThreadRegistry
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_dense_alloc.h
90
SpinMutexLock lock(&
mtx_
);
109
SpinMutex
mtx_
;
member in class:__tsan::DenseSlabAlloc
115
SpinMutexLock lock(&
mtx_
);
145
SpinMutexLock lock(&
mtx_
);
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_dense_alloc.h
102
Lock lock(&
mtx_
);
111
Mutex
mtx_
;
member in class:__tsan::DenseSlabAlloc
171
Lock lock(&
mtx_
);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.h
92
void Lock() {
mtx_
.Lock(); }
93
void CheckLocked() {
mtx_
.CheckLocked(); }
94
void Unlock() {
mtx_
.Unlock(); }
133
BlockingMutex
mtx_
;
member in class:__sanitizer::ThreadRegistry
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.h
97
void Lock() ACQUIRE() {
mtx_
.Lock(); }
98
void CheckLocked() const CHECK_LOCKED() {
mtx_
.CheckLocked(); }
99
void Unlock() RELEASE() {
mtx_
.Unlock(); }
138
Mutex
mtx_
;
member in class:__sanitizer::ThreadRegistry
Completed in 67 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026