Home
last modified time | relevance | path

Searched refs:profiled_thread_ (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/libsampler/
Dsampler.cc321 : profiled_thread_(OpenThread(THREAD_GET_CONTEXT | in PlatformData()
328 if (profiled_thread_ != nullptr) { in ~PlatformData()
329 CloseHandle(profiled_thread_); in ~PlatformData()
330 profiled_thread_ = nullptr; in ~PlatformData()
334 HANDLE profiled_thread() { return profiled_thread_; } in profiled_thread()
337 HANDLE profiled_thread_; member in v8::sampler::Sampler::PlatformData