Home | History | Annotate | Download | only in src

Lines Matching refs:profiled_thread

1957   HANDLE profiled_thread() { return profiled_thread_; }
2034 HANDLE profiled_thread = sampler->platform_data()->profiled_thread();
2035 if (profiled_thread == NULL) return;
2046 if (SuspendThread(profiled_thread) == kSuspendFailed) return;
2050 if (GetThreadContext(profiled_thread, &context) != 0) {
2063 ResumeThread(profiled_thread);