Lines Matching defs:thread_sp

32   MachThreadSP thread_sp(GetThreadByID(tid));  in GetState()  local
39 MachThreadSP thread_sp(GetThreadByID(tid)); in GetName() local
48 MachThreadSP thread_sp(GetThreadByID(tid)); in GetRequestedQoS() local
55 MachThreadSP thread_sp(GetThreadByID(tid)); in GetPThreadT() local
62 MachThreadSP thread_sp(GetThreadByID(tid)); in GetDispatchQueueT() local
71 MachThreadSP thread_sp(GetThreadByID(tid)); in GetTSDAddressForThread() local
80 MachThreadSP thread_sp(GetThreadByID(tid)); in SetCurrentThread() local
90 MachThreadSP thread_sp(GetThreadByID(tid)); in GetThreadStoppedReason() local
106 MachThreadSP thread_sp(GetThreadByID(tid)); in DumpThreadStoppedReason() local
112 MachThreadSP thread_sp(GetThreadByID(tid)); in GetThreadInfo() local
120 MachThreadSP thread_sp; in GetThreadByID() local
134 MachThreadSP thread_sp; in GetThreadByMachPortNumber() local
148 MachThreadSP thread_sp; in GetThreadIDByMachPortNumber() local
161 MachThreadSP thread_sp; in GetMachPortNumberByThreadID() local
174 MachThreadSP thread_sp(GetThreadByID(tid)); in GetRegisterValue() local
184 MachThreadSP thread_sp(GetThreadByID(tid)); in SetRegisterValue() local
193 MachThreadSP thread_sp(GetThreadByID(tid)); in GetRegisterContext() local
201 MachThreadSP thread_sp(GetThreadByID(tid)); in SetRegisterContext() local
208 MachThreadSP thread_sp(GetThreadByID(tid)); in SaveRegisterState() local
215 MachThreadSP thread_sp(GetThreadByID(tid)); in RestoreRegisterState() local
234 MachThreadSP thread_sp; in CurrentThreadID() local
242 MachThreadSP thread_sp(GetThreadByMachPortNumber(exc.thread_port)); in NotifyException() local
314 MachThreadSP thread_sp(GetThreadByID(unique_thread_id)); in UpdateThreadList() local
348 void MachThreadList::CurrentThread(MachThreadSP &thread_sp) { in CurrentThread()