Searched defs:vm_tid_ (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dplatform-freebsd.cc669 PlatformData() : vm_tid_(GetThreadID()) {}
671 pthread_t vm_tid() const { return vm_tid_; }
674 pthread_t vm_tid_; member in class:v8::internal::Sampler::PlatformData
H A Dplatform-linux.cc1078 PlatformData() : vm_tid_(GetThreadID()) {}
1080 int vm_tid() const { return vm_tid_; }
1083 const int vm_tid_; member in class:v8::internal::Sampler::PlatformData
H A Dplatform-openbsd.cc783 PlatformData() : vm_tid_(GetThreadID()) {}
785 pthread_t vm_tid() const { return vm_tid_; }
788 pthread_t vm_tid_; member in class:v8::internal::Sampler::PlatformData
H A Dplatform-solaris.cc705 PlatformData() : vm_tid_(GetThreadID()) {}
707 pthread_t vm_tid() const { return vm_tid_; }
710 pthread_t vm_tid_; member in class:v8::internal::Sampler::PlatformData

Completed in 100 milliseconds