Searched defs:GetCurrentThreadId (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/execution/ | ||
H A D | thread-id.cc | 26 int ThreadId::GetCurrentThreadId() { in GetCurrentThreadId() function in v8::internal::ThreadId |
/third_party/node/deps/v8/src/base/platform/ | ||
H A D | platform-starboard.cc | 273 int OS::GetCurrentThreadId() { return SbThreadGetId(); } in GetCurrentThreadId() function in v8::base::OS |
H A D | platform-posix.cc | 735 int OS::GetCurrentThreadId() { in GetCurrentThreadId() function in v8::base::OS |
H A D | platform-win32.cc | 532 int OS::GetCurrentThreadId() { in GetCurrentThreadId() function in v8::base::OS |
Completed in 7 milliseconds