OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForceLock
(Results
1 - 22
of
22
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_combined.h
182
//
ForceLock
() and ForceUnlock() are needed to implement Darwin malloc zone
184
void
ForceLock
() {
185
primary_.
ForceLock
();
186
secondary_.
ForceLock
();
sanitizer_allocator_secondary.h
264
//
ForceLock
() and ForceUnlock() are needed to implement Darwin malloc zone
266
void
ForceLock
() {
sanitizer_allocator_primary32.h
227
//
ForceLock
() and ForceUnlock() are needed to implement Darwin malloc zone
229
void
ForceLock
() {
sanitizer_allocator_primary64.h
277
//
ForceLock
() and ForceUnlock() are needed to implement Darwin malloc zone
279
void
ForceLock
() {
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_combined.h
176
//
ForceLock
() and ForceUnlock() are needed to implement Darwin malloc zone
178
void
ForceLock
() SANITIZER_NO_THREAD_SAFETY_ANALYSIS {
179
primary_.
ForceLock
();
180
secondary_.
ForceLock
();
sanitizer_allocator.cpp
131
internal_allocator()->
ForceLock
();
sanitizer_allocator_primary32.h
239
//
ForceLock
() and ForceUnlock() are needed to implement Darwin malloc zone
241
void
ForceLock
() SANITIZER_NO_THREAD_SAFETY_ANALYSIS {
sanitizer_allocator_secondary.h
268
//
ForceLock
() and ForceUnlock() are needed to implement Darwin malloc zone
270
void
ForceLock
() SANITIZER_ACQUIRE(mutex_) { mutex_.Lock(); }
sanitizer_allocator_primary64.h
355
//
ForceLock
() and ForceUnlock() are needed to implement Darwin malloc zone
357
void
ForceLock
() SANITIZER_NO_THREAD_SAFETY_ANALYSIS {
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_combined.h
176
//
ForceLock
() and ForceUnlock() are needed to implement Darwin malloc zone
178
void
ForceLock
() NO_THREAD_SAFETY_ANALYSIS {
179
primary_.
ForceLock
();
180
secondary_.
ForceLock
();
sanitizer_allocator_primary32.h
239
//
ForceLock
() and ForceUnlock() are needed to implement Darwin malloc zone
241
void
ForceLock
() NO_THREAD_SAFETY_ANALYSIS {
sanitizer_allocator_secondary.h
268
//
ForceLock
() and ForceUnlock() are needed to implement Darwin malloc zone
270
void
ForceLock
() ACQUIRE(mutex_) { mutex_.Lock(); }
sanitizer_allocator_primary64.h
355
//
ForceLock
() and ForceUnlock() are needed to implement Darwin malloc zone
357
void
ForceLock
() NO_THREAD_SAFETY_ANALYSIS {
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc
324
allocator.
ForceLock
();
782
void
ForceLock
() {
783
allocator.
ForceLock
();
970
instance.
ForceLock
();
986
__asan::get_allocator().
ForceLock
();
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp
433
allocator.
ForceLock
();
890
void
ForceLock
() SANITIZER_ACQUIRE(fallback_mutex) {
891
allocator.
ForceLock
();
1105
instance.
ForceLock
();
1117
__asan::get_allocator().
ForceLock
();
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp
389
allocator.
ForceLock
();
854
void
ForceLock
() ACQUIRE(fallback_mutex) {
855
allocator.
ForceLock
();
1068
void asan_mz_force_lock() NO_THREAD_SAFETY_ANALYSIS { instance.
ForceLock
(); }
1083
__asan::get_allocator().
ForceLock
();
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.cc
218
allocator.
ForceLock
();
/src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_allocator.cpp
239
allocator.
ForceLock
();
/src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_allocator.cpp
267
allocator.
ForceLock
();
/src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.cpp
110
void HwasanAllocatorLock() { allocator.
ForceLock
(); }
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc
936
a->
ForceLock
();
981
a.
ForceLock
();
1009
a.
ForceLock
();
/src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.cpp
165
void HwasanAllocatorLock() { allocator.
ForceLock
(); }
Completed in 49 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026