Home | History | Annotate | Download | only in src

Lines Matching defs:profiled_thread_

1944   PlatformData() : profiled_thread_(OpenThread(THREAD_GET_CONTEXT |
1951 if (profiled_thread_ != NULL) {
1952 CloseHandle(profiled_thread_);
1953 profiled_thread_ = NULL;
1957 HANDLE profiled_thread() { return profiled_thread_; }
1960 HANDLE profiled_thread_;