Lines Matching refs:Thread
21 static u32 CurrentStackTrace(Thread *thr, uptr skip) {
31 static void PrintStackTrace(Thread *thr, u32 stk) {
38 static void ReportDeadlock(Thread *thr, DDReport *rep) {
45 Printf("Thread %lld locks mutex %llu while holding mutex %llu:\n",
57 Callback::Callback(Thread *thr)
99 void ThreadInit(Thread *thr) {
106 void ThreadDestroy(Thread *thr) {
111 void MutexBeforeLock(Thread *thr, uptr m, bool writelock) {
124 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock) {
137 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock) {
148 void MutexDestroy(Thread *thr, uptr m) {