Home | History | Annotate | Download | only in rtl

Lines Matching refs:ThreadState

58 void AllocatorThreadStart(ThreadState *thr) {
63 void AllocatorThreadFinish(ThreadState *thr) {
72 static void SignalUnsafeCall(ThreadState *thr, uptr pc) {
85 void *user_alloc(ThreadState *thr, uptr pc, uptr sz, uptr align) {
97 void user_free(ThreadState *thr, uptr pc, void *p) {
104 void OnUserAlloc(ThreadState *thr, uptr pc, uptr p, uptr sz, bool write) {
113 void OnUserFree(ThreadState *thr, uptr pc, uptr p, bool write) {
121 void *user_realloc(ThreadState *thr, uptr pc, void *p, uptr sz) {
147 ThreadState *thr = cur_thread();
155 ThreadState *thr = cur_thread();
163 ThreadState *thr = cur_thread();
173 ThreadState *thr = cur_thread();
240 ThreadState *thr = cur_thread();