Searched defs:GetThreadID (Results 1 - 4 of 4) sorted by relevance
/external/v8/src/ | ||
H A D | platform-freebsd.cc | 661 static pthread_t GetThreadID() { function in namespace:v8::internal 669 PlatformData() : vm_tid_(GetThreadID()) {} |
H A D | platform-linux.cc | 1018 static int GetThreadID() { function in namespace:v8::internal 1083 PlatformData() : vm_tid_(GetThreadID()) {} |
H A D | platform-openbsd.cc | 727 static pthread_t GetThreadID() { function in namespace:v8::internal 783 PlatformData() : vm_tid_(GetThreadID()) {} |
H A D | platform-solaris.cc | 666 static pthread_t GetThreadID() { function in namespace:v8::internal 705 PlatformData() : vm_tid_(GetThreadID()) {} |
Completed in 152 milliseconds