Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp70 if (GetCurrentThreadId() == kInvalidTid) { in lsan_register_worker_thread()
103 lsan_ctxt->parent_tid = GetCurrentThreadId(); in alloc_lsan_context()
150 int parent_tid = GetCurrentThreadId(); \
H A Dlsan_thread.cpp73 void ThreadFinish() { thread_registry->FinishThread(GetCurrentThreadId()); } in ThreadFinish()
76 if (GetCurrentThreadId() == kMainTid) in EnsureMainThreadIDIsCorrect()
H A Dlsan_thread.h57 inline u32 GetCurrentThreadId() { in GetCurrentThreadId() function
H A Dlsan_fuchsia.cpp103 u32 parent_tid = GetCurrentThreadId(); in __sanitizer_before_thread_create_hook()
H A Dlsan_posix.cpp94 HandleDeadlySignal(siginfo, context, GetCurrentThreadId(), &OnStackUnwind, in LsanOnDeadlySignal()
H A Dlsan_interceptors.cpp457 uptr this_tid = GetCurrentThreadId(); in INTERCEPTOR()
/freebsd/crypto/openssl/util/platform_symbols/
H A Dwindows-symbols.txt46 GetCurrentThreadId
186 GetCurrentThreadId
/freebsd/crypto/krb5/src/ccapi/common/win/
H A Dcci_os_debugging.c36 printf ( "%s %ld ", timestamp(), GetCurrentThreadId() ); in cci_os_debug_vprintf()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_getpid.h58 #define __kmp_gettid() GetCurrentThreadId()
H A Dz_Windows_NT_util.cpp1025 this_thr->th.th_info.ds.ds_thread_id = GetCurrentThreadId(); in __kmp_launch_worker()
1055 this_thr->th.th_info.ds.ds_thread_id = GetCurrentThreadId(); in __kmp_launch_monitor()
1167 th->th.th_info.ds.ds_thread_id = GetCurrentThreadId(); in __kmp_create_worker()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.h34 #define THREAD_SELF() GetCurrentThreadId()
/freebsd/contrib/libevent/test/
H A Dregress_thread.h34 #define THREAD_SELF() GetCurrentThreadId()
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dthread.h73 #define isc_thread_self (unsigned long)GetCurrentThreadId
/freebsd/crypto/openssl/crypto/thread/arch/
H A Dthread_win.c23 thread->thread_id = GetCurrentThreadId(); in thread_start_thunk()
94 return thread->thread_id == GetCurrentThreadId(); in ossl_crypto_thread_native_is_self()
/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_win.c145 data.tid = GetCurrentThreadId(); in ossl_pool_add_nonce_data()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc54 DWORD llvm_thread_get_current_id_impl() { return ::GetCurrentThreadId(); }
58 uint64_t llvm::get_threadid() { return uint64_t(::GetCurrentThreadId()); }
94 SetThreadName(::GetCurrentThreadId(), NameStr.data());
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp86 const DWORD this_thread = GetCurrentThreadId(); in RunThread()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_log.c121 uint32_t pid = GetCurrentThreadId(); in osm_log()
232 uint32_t pid = GetCurrentThreadId(); in osm_log_v2()
/freebsd/contrib/googletest/googletest/src/
H A 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()
/freebsd/contrib/ntp/sntp/libevent/
H A Devthread_win32.c94 return (unsigned long) GetCurrentThreadId(); in evthread_win32_get_id()
/freebsd/contrib/libevent/
H A Devthread_win32.c94 return (unsigned long) GetCurrentThreadId(); in evthread_win32_get_id()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Dittnotify_config.h212 #define __itt_thread_id() GetCurrentThreadId()
/freebsd/crypto/openssl/crypto/
H A Dthreads_win.c600 return GetCurrentThreadId(); in CRYPTO_THREAD_get_current_id()
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h277 #define __itt_thread_id() GetCurrentThreadId()
/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlsh_pwd.c100 DWORD tid = GetCurrentThreadId(); in NetId_dialog()
194 DWORD tid = GetCurrentThreadId(); in NetId_dialog_ex()

12