Home
last modified time | relevance | path

Searched refs:__tsan_switch_to_fiber_no_sync (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/test/tsan/
Dfiber_race.cpp16 __tsan_switch_to_fiber(orig_fiber, __tsan_switch_to_fiber_no_sync); in func()
29 __tsan_switch_to_fiber(fiber, __tsan_switch_to_fiber_no_sync); in main()
/external/llvm-project/compiler-rt/include/sanitizer/
Dtsan_interface.h155 static const unsigned __tsan_switch_to_fiber_no_sync = 1 << 0; variable