Lines Matching defs:thr

143   auto *thr = (ThreadState *)Alloc(sizeof(ThreadState));  in AllocGoroutine()  local
151 ThreadState *thr = AllocGoroutine(); in __tsan_init() local
160 ThreadState *thr = main_thr; in __tsan_fini() local
169 void __tsan_read(ThreadState *thr, void *addr, void *pc) { in __tsan_read()
173 void __tsan_read_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_read_pc()
181 void __tsan_write(ThreadState *thr, void *addr, void *pc) { in __tsan_write()
185 void __tsan_write_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_write_pc()
193 void __tsan_read_range(ThreadState *thr, void *addr, uptr size, uptr pc) { in __tsan_read_range()
197 void __tsan_write_range(ThreadState *thr, void *addr, uptr size, uptr pc) { in __tsan_write_range()
201 void __tsan_func_enter(ThreadState *thr, void *pc) { in __tsan_func_enter()
205 void __tsan_func_exit(ThreadState *thr) { in __tsan_func_exit()
209 void __tsan_malloc(ThreadState *thr, uptr pc, uptr p, uptr sz) { in __tsan_malloc()
221 ThreadState *thr = AllocGoroutine(); in __tsan_go_start() local
227 void __tsan_go_end(ThreadState *thr) { in __tsan_go_end()
240 void __tsan_acquire(ThreadState *thr, void *addr) { in __tsan_acquire()
244 void __tsan_release_acquire(ThreadState *thr, void *addr) { in __tsan_release_acquire()
248 void __tsan_release(ThreadState *thr, void *addr) { in __tsan_release()
252 void __tsan_release_merge(ThreadState *thr, void *addr) { in __tsan_release_merge()
256 void __tsan_finalizer_goroutine(ThreadState *thr) { AcquireGlobal(thr); } in __tsan_finalizer_goroutine()
258 void __tsan_mutex_before_lock(ThreadState *thr, uptr addr, uptr write) { in __tsan_mutex_before_lock()
265 void __tsan_mutex_after_lock(ThreadState *thr, uptr addr, uptr write) { in __tsan_mutex_after_lock()
272 void __tsan_mutex_before_unlock(ThreadState *thr, uptr addr, uptr write) { in __tsan_mutex_before_unlock()
279 void __tsan_go_ignore_sync_begin(ThreadState *thr) { in __tsan_go_ignore_sync_begin()
283 void __tsan_go_ignore_sync_end(ThreadState *thr) { ThreadIgnoreSyncEnd(thr); } in __tsan_go_ignore_sync_end()