Home
last modified time | relevance | path

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

/external/v8/src/libsampler/
Dsampler.cc234 pthread_t vm_tid() const { return vm_tid_; } in vm_tid() function in v8::sampler::Sampler::PlatformData
248 pthread_t thread_id = sampler->platform_data()->vm_tid(); in AddSampler()
277 pthread_t thread_id = sampler->platform_data()->vm_tid(); in RemoveSampler()
679 pthread_kill(platform_data()->vm_tid(), SIGPROF); in DoSample()