OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SANITIZER_ACQUIRE
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_thread_safety.h
32
#define
SANITIZER_ACQUIRE
(...) \
sanitizer_thread_arg_retval.h
36
void Lock()
SANITIZER_ACQUIRE
() { mtx_.Lock(); }
sanitizer_allocator_secondary.h
270
void ForceLock()
SANITIZER_ACQUIRE
(mutex_) { mutex_.Lock(); }
sanitizer_mutex.h
29
void Lock()
SANITIZER_ACQUIRE
() {
172
void Lock()
SANITIZER_ACQUIRE
() {
388
explicit GenericScopedLock(MutexType *mu)
SANITIZER_ACQUIRE
(mu) : mu_(mu) {
404
explicit GenericScopedReadLock(MutexType *mu)
SANITIZER_ACQUIRE
(mu)
422
SANITIZER_ACQUIRE
(mu)
sanitizer_thread_registry.h
98
void Lock()
SANITIZER_ACQUIRE
() { mtx_.Lock(); }
sanitizer_common.h
254
ScopedErrorReportLock()
SANITIZER_ACQUIRE
(mutex_) { Lock(); }
257
static void Lock()
SANITIZER_ACQUIRE
(mutex_);
/src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_thread_list.h
187
void Lock()
SANITIZER_ACQUIRE
(live_list_mutex_) { live_list_mutex_.Lock(); }
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp
890
void ForceLock()
SANITIZER_ACQUIRE
(fallback_mutex) {
Completed in 62 milliseconds
Indexes created Fri Jul 31 00:23:59 UTC 2026