OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MBlockScopedBuf
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/tsan/tests/unit/
tsan_vector_test.cc
20
Vector<int> v(
MBlockScopedBuf
);
32
Vector<int> v(
MBlockScopedBuf
);
tsan_mman_test.cc
22
char *p = (char*)internal_alloc(
MBlockScopedBuf
, 10);
24
char *p2 = (char*)internal_alloc(
MBlockScopedBuf
, 20);
/external/compiler-rt/lib/tsan/rtl/
tsan_mman.h
44
MBlockScopedBuf
,
tsan_interface_ann.cc
187
Vector<ExpectRace> hit_matched(
MBlockScopedBuf
);
190
Vector<ExpectRace> add_matched(
MBlockScopedBuf
);
tsan_rtl_thread.cc
203
Vector<ThreadLeak> leaks(
MBlockScopedBuf
);
tsan_rtl_report.cc
633
Vector<u64> mset_buffer(
MBlockScopedBuf
);
Completed in 2152 milliseconds