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

/external/v8/src/
H A Dplatform-freebsd.cc661 static pthread_t GetThreadID() { function in namespace:v8::internal
669 PlatformData() : vm_tid_(GetThreadID()) {}
H A Dplatform-linux.cc1018 static int GetThreadID() { function in namespace:v8::internal
1083 PlatformData() : vm_tid_(GetThreadID()) {}
H A Dplatform-openbsd.cc727 static pthread_t GetThreadID() { function in namespace:v8::internal
783 PlatformData() : vm_tid_(GetThreadID()) {}
H A Dplatform-solaris.cc666 static pthread_t GetThreadID() { function in namespace:v8::internal
705 PlatformData() : vm_tid_(GetThreadID()) {}

Completed in 152 milliseconds