Home | History | Annotate | Download | only in rtl

Lines Matching refs:ThreadState

76 void AllocatorThreadStart(ThreadState *thr) {
80 void AllocatorThreadFinish(ThreadState *thr) {
88 static void SignalUnsafeCall(ThreadState *thr, uptr pc) {
102 void *user_alloc(ThreadState *thr, uptr pc, uptr sz, uptr align) {
116 void user_free(ThreadState *thr, uptr pc, void *p) {
139 void *user_realloc(ThreadState *thr, uptr pc, void *p, uptr sz) {
158 uptr user_alloc_usable_size(ThreadState *thr, uptr pc, void *p) {
166 MBlock *user_mblock(ThreadState *thr, void *p) {
176 ThreadState *thr = cur_thread();
184 ThreadState *thr = cur_thread();
191 ThreadState *thr = cur_thread();
201 ThreadState *thr = cur_thread();
258 ThreadState *thr = cur_thread();