HomeSort by relevance Sort by last modified time
    Searched refs:__tsan_atomic_thread_fence (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/base/
atomicops_internals_tsan.h 197 void __tsan_atomic_thread_fence(__tsan_memory_order mo);
269 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst);
285 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst);
331 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst);
347 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst);
370 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_tsan.h 210 void __tsan_atomic_thread_fence(__tsan_memory_order mo);
282 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst);
298 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst);
344 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst);
360 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst);
383 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst);
  /external/chromium_org/v8/src/
atomicops_internals_tsan.h 219 void __tsan_atomic_thread_fence(__tsan_memory_order mo);
291 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst);
307 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst);
353 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst);
369 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst);
392 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst);
  /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 668 void __tsan_atomic_thread_fence(morder mo) { function

Completed in 30 milliseconds