OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__tsan_atomic_thread_fence
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.h
196
void
__tsan_atomic_thread_fence
(__tsan_memory_order mo) INTERFACE_ATTRIBUTE;
tsan_interface_atomic.cc
660
void
__tsan_atomic_thread_fence
(morder mo) {
function
/external/llvm/test/Instrumentation/ThreadSanitizer/
atomic.ll
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp
200
"
__tsan_atomic_thread_fence
", IRB.getVoidTy(), OrdTy, NULL));
Completed in 1009 milliseconds