Home
last modified time | relevance | path

Searched refs:GetCurrentThreadId (Results 1 – 25 of 46) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_tls.c78 DWORD dwCurrentThreadId = GetCurrentThreadId(); in stw_tls_init()
181 data = stw_tls_data_create(GetCurrentThreadId()); in stw_tls_init_thread()
205 data = stw_tls_lookup_pending_data(GetCurrentThreadId()); in stw_tls_cleanup_thread()
274 DWORD dwCurrentThreadId = GetCurrentThreadId(); in stw_tls_get_data()
301 assert(data->dwThreadId = GetCurrentThreadId()); in stw_tls_get_data()
/third_party/node/deps/v8/src/execution/
Dthread-id.h32 static ThreadId Current() { return ThreadId(GetCurrentThreadId()); } in Current()
46 V8_EXPORT_PRIVATE static int GetCurrentThreadId();
Dthread-id.cc26 int ThreadId::GetCurrentThreadId() { in GetCurrentThreadId() function in v8::internal::ThreadId
/third_party/node/deps/v8/src/heap/cppgc/
Dprefinalizer-handler.cc35 creation_thread_id_(v8::base::OS::GetCurrentThreadId()) in PreFinalizerHandler()
87 return creation_thread_id_ == v8::base::OS::GetCurrentThreadId(); in CurrentThreadIsCreationThread()
Dpersistent-node.cc116 creation_thread_id_(v8::base::OS::GetCurrentThreadId()) { in PersistentRegion()
121 return creation_thread_id_ == v8::base::OS::GetCurrentThreadId(); in IsCreationThread()
Dpointer-policies.cc61 DCHECK_EQ(heap_->GetCreationThreadId(), v8::base::OS::GetCurrentThreadId()); in CheckPointerImpl()
Dheap-base.h285 int creation_thread_id_ = v8::base::OS::GetCurrentThreadId();
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
Drand_win.c144 data.tid = GetCurrentThreadId(); in ossl_pool_add_nonce_data()
165 data.tid = GetCurrentThreadId(); in ossl_rand_pool_add_additional_data()
/third_party/openssl/providers/implementations/rands/seeding/
Drand_win.c144 data.tid = GetCurrentThreadId(); in ossl_pool_add_nonce_data()
165 data.tid = GetCurrentThreadId(); in ossl_rand_pool_add_additional_data()
/third_party/skia/tools/
Dwin_dbghelp.cpp122 GetCurrentProcessId(), GetCurrentThreadId());
156 ExpParam.ThreadId = GetCurrentThreadId(); in GenerateDumpAndPrintCallstack()
/third_party/skia/src/core/
DSkThreadID.cpp12 SkThreadID SkGetThreadID() { return GetCurrentThreadId(); } in SkGetThreadID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DThreading.inc58 return uint64_t(::GetCurrentThreadId());
96 SetThreadName(::GetCurrentThreadId(), NameStr.data());
/third_party/python/Python/
Dthread_nt.h238 return GetCurrentThreadId(); in PyThread_get_thread_ident()
255 native_id = GetCurrentThreadId(); in PyThread_get_thread_native_id()
/third_party/ninja/src/
Dminidump-win32.cc71 mdei.ThreadId = GetCurrentThreadId(); in CreateWin32MiniDump()
/third_party/openssl/crypto/
Dthreads_win.c205 return GetCurrentThreadId(); in CRYPTO_THREAD_get_current_id()
/third_party/lzma/CPP/7zip/Crypto/
DRandGen.cpp80 w = ::GetCurrentThreadId(); in Init()
/third_party/node/deps/openssl/openssl/crypto/
Dthreads_win.c205 return GetCurrentThreadId(); in CRYPTO_THREAD_get_current_id()
/third_party/python/Modules/_multiprocessing/
Dsemaphore.c123 self->last_tid = GetCurrentThreadId(); in _multiprocessing_SemLock_acquire_impl()
152 self->last_tid = GetCurrentThreadId(); in _multiprocessing_SemLock_acquire_impl()
/third_party/node/deps/v8/src/libplatform/tracing/
Dtrace-object.cc41 tid_ = base::OS::GetCurrentThreadId(); in Initialize()
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc361 owner_thread_id_ = ::GetCurrentThreadId(); in Lock()
377 GTEST_CHECK_(owner_thread_id_ == ::GetCurrentThreadId()) in AssertHeld()
539 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread()
/third_party/node/deps/googletest/src/
Dgtest-port.cc326 owner_thread_id_ = ::GetCurrentThreadId(); in Lock()
342 GTEST_CHECK_(owner_thread_id_ == ::GetCurrentThreadId()) in AssertHeld()
501 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread()
/third_party/googletest/googletest/src/
Dgtest-port.cc320 owner_thread_id_ = ::GetCurrentThreadId(); in Lock()
336 GTEST_CHECK_(owner_thread_id_ == ::GetCurrentThreadId()) in AssertHeld()
495 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread()
/third_party/lzma/CPP/Common/
DMyWindows.h221 MY_EXTERN_C DWORD GetCurrentThreadId();
/third_party/cef/libcef/browser/native/
Djavascript_dialog_runner_win.cc221 NULL, GetCurrentThreadId()); in InstallMessageHook()
/third_party/mesa3d/src/util/
Du_thread.h384 return GetCurrentThreadId(); in util_get_thread_id()

12