Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dsampler.cc246 pthread_t vm_tid() const { return vm_tid_; } in vm_tid() function in v8::internal::Sampler::PlatformData
816 pthread_kill(platform_data()->vm_tid(), SIGPROF); in DoSample()