Lines Matching defs:thr

90   ThreadState *thr = cur_thread();  in ScopedGlobalProcessor()  local
113 ThreadState *thr = cur_thread(); in ~ScopedGlobalProcessor() local
177 static void SignalUnsafeCall(ThreadState *thr, uptr pc) { in SignalUnsafeCall()
192 void *user_alloc_internal(ThreadState *thr, uptr pc, uptr sz, uptr align, in user_alloc_internal()
224 void user_free(ThreadState *thr, uptr pc, void *p, bool signal) { in user_free()
233 void *user_alloc(ThreadState *thr, uptr pc, uptr sz) { in user_alloc()
237 void *user_calloc(ThreadState *thr, uptr pc, uptr size, uptr n) { in user_calloc()
250 void *user_reallocarray(ThreadState *thr, uptr pc, void *p, uptr size, uptr n) { in user_reallocarray()
260 void OnUserAlloc(ThreadState *thr, uptr pc, uptr p, uptr sz, bool write) { in OnUserAlloc()
278 void OnUserFree(ThreadState *thr, uptr pc, uptr p, bool write) { in OnUserFree()
293 void *user_realloc(ThreadState *thr, uptr pc, void *p, uptr sz) { in user_realloc()
311 void *user_memalign(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_memalign()
322 int user_posix_memalign(ThreadState *thr, uptr pc, void **memptr, uptr align, in user_posix_memalign()
339 void *user_aligned_alloc(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_aligned_alloc()
350 void *user_valloc(ThreadState *thr, uptr pc, uptr sz) { in user_valloc()
354 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz) { in user_pvalloc()
405 ThreadState *thr = cur_thread(); in invoke_malloc_hook() local
412 ThreadState *thr = cur_thread(); in invoke_free_hook() local
419 ThreadState *thr = cur_thread(); in Alloc() local
429 ThreadState *thr = cur_thread(); in FreeImpl() local
491 ThreadState *thr = cur_thread(); in __tsan_on_thread_idle() local