Home | History | Annotate | Download | only in src

Lines Matching refs:profiled_thread_

1854   PlatformData() : profiled_thread_(OpenThread(THREAD_GET_CONTEXT |
1861 if (profiled_thread_ != NULL) {
1862 CloseHandle(profiled_thread_);
1863 profiled_thread_ = NULL;
1867 HANDLE profiled_thread() { return profiled_thread_; }
1870 HANDLE profiled_thread_;