Lines Matching refs:cur_thread
31 ThreadState *thr = cur_thread(); in __tsan_read16()
38 ThreadState *thr = cur_thread(); in __tsan_write16()
45 ThreadState *thr = cur_thread(); in __tsan_read16_pc()
52 ThreadState *thr = cur_thread(); in __tsan_write16_pc()
61 ThreadState *thr = cur_thread(); in __tsan_unaligned_read16()
68 ThreadState *thr = cur_thread(); in __tsan_unaligned_write16()
76 return cur_thread(); in __tsan_get_current_fiber()
81 return FiberCreate(cur_thread(), CALLERPC, flags); in __tsan_create_fiber()
86 FiberDestroy(cur_thread(), CALLERPC, static_cast<ThreadState *>(fiber)); in __tsan_destroy_fiber()
91 FiberSwitch(cur_thread(), CALLERPC, static_cast<ThreadState *>(fiber), flags); in __tsan_switch_to_fiber()
101 Acquire(cur_thread(), CALLERPC, (uptr)addr); in __tsan_acquire()
105 Release(cur_thread(), CALLERPC, (uptr)addr); in __tsan_release()