OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForceLock
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h
425
//
ForceLock
() and ForceUnlock() are needed to implement Darwin malloc zone
427
void
ForceLock
() {
716
//
ForceLock
() and ForceUnlock() are needed to implement Darwin malloc zone
718
void
ForceLock
() {
[
all
...]
/external/compiler-rt/lib/lsan/
lsan_allocator.cc
120
allocator.
ForceLock
();
/external/compiler-rt/lib/asan/
asan_allocator2.cc
695
allocator.
ForceLock
();
709
__asan::allocator.
ForceLock
();
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc
670
a->
ForceLock
();
708
a.
ForceLock
();
Completed in 29 milliseconds