HomeSort by relevance Sort by last modified time
    Searched refs:profiled_thread_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
platform-macos.cc 540 profiled_thread_(0),
545 // Note: for profiled_thread_ Mach primitives are used instead of PThread's
549 thread_act_t profiled_thread_; member in class:v8::internal::Sampler::PlatformData
560 && KERN_SUCCESS == thread_suspend(profiled_thread_)) {
583 if (thread_get_state(profiled_thread_,
592 thread_resume(profiled_thread_);
633 data_->profiled_thread_ = mach_thread_self();
662 mach_port_deallocate(data_->task_self_, data_->profiled_thread_);
platform-win32.cc 1799 HANDLE profiled_thread_; member in class:v8::internal::Sampler::PlatformData
    [all...]

Completed in 40 milliseconds