Searched refs:GetThreadContext (Results 1 – 7 of 7) sorted by relevance
24 static ThreadContextBase *GetThreadContext(u32 tid) { in GetThreadContext() function139 ThreadRegistry quarantine_registry(GetThreadContext<ThreadContextBase>, in TEST()144 ThreadRegistry no_quarantine_registry(GetThreadContext<ThreadContextBase>, in TEST()225 ThreadRegistry registry(GetThreadContext<TestThreadContext>, in TEST()
52 const bool context_saved = GetThreadContext(this_thread, context) == TRUE; in StoreRegisters()
68 GetThreadContext (threadH, &context); in ptw32_RegisterCancelation()
179 if (!::GetThreadContext(process_info.thread_handle(), &context)) { in Create()
715 if (GetThreadContext(profiled_thread, &context) != 0) { in SampleContext()
2050 if (GetThreadContext(profiled_thread, &context) != 0) { in SampleContext()
664 if (GetThreadContext(profiled_thread, &context) != 0) { in DoSample()