OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__tsan_func_entry
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/tsan/tests/rtl/
tsan_test.cc
32
// of main, which we need to pass inside
__tsan_func_entry
.
36
__tsan_func_entry
(__builtin_return_address(0));
37
__tsan_func_entry
((void*)((intptr_t)&run_tests + 1));
tsan_bench.cc
86
__tsan_func_entry
((void*)(uintptr_t)j);
tsan_test_util_linux.cc
275
__tsan_func_entry
((void*)((uptr)ev->ptr));
320
__tsan_func_entry
(__builtin_return_address(0));
/external/compiler-rt/lib/tsan/rtl/
tsan_interface_inl.h
71
void
__tsan_func_entry
(void *pc) {
function
tsan_interface.h
55
void
__tsan_func_entry
(void *call_pc) SANITIZER_INTERFACE_ATTRIBUTE;
/external/llvm/test/Instrumentation/ThreadSanitizer/
tsan_basic.ll
15
; CHECK: call void @
__tsan_func_entry
(i8* %0)
/external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp
147
"
__tsan_func_entry
", IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL));
Completed in 459 milliseconds