Searched refs:__tsan_switch_to_fiber_no_sync (Results 1 – 2 of 2) sorted by relevance
16 __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()
155 static const unsigned __tsan_switch_to_fiber_no_sync = 1 << 0; variable