HomeSort by relevance Sort by last modified time
    Searched defs:GetThreadID (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
platform-freebsd.cc 620 static pthread_t GetThreadID() {
628 PlatformData() : vm_tid_(GetThreadID()) {}
platform-solaris.cc 596 static pthread_t GetThreadID() {
605 if (vm_tid_ != GetThreadID()) return;
716 vm_tid_ = GetThreadID();
platform-linux.cc 837 static int GetThreadID() {
904 PlatformData() : vm_tid_(GetThreadID()) {}

Completed in 67 milliseconds