| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_mac.cpp | 70 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 D | lsan_thread.cpp | 73 void ThreadFinish() { thread_registry->FinishThread(GetCurrentThreadId()); } in ThreadFinish() 76 if (GetCurrentThreadId() == kMainTid) in EnsureMainThreadIDIsCorrect()
|
| H A D | lsan_thread.h | 57 inline u32 GetCurrentThreadId() { in GetCurrentThreadId() function
|
| H A D | lsan_fuchsia.cpp | 103 u32 parent_tid = GetCurrentThreadId(); in __sanitizer_before_thread_create_hook()
|
| H A D | lsan_posix.cpp | 94 HandleDeadlySignal(siginfo, context, GetCurrentThreadId(), &OnStackUnwind, in LsanOnDeadlySignal()
|
| H A D | lsan_interceptors.cpp | 457 uptr this_tid = GetCurrentThreadId(); in INTERCEPTOR()
|
| /freebsd/crypto/openssl/util/platform_symbols/ |
| H A D | windows-symbols.txt | 46 GetCurrentThreadId 186 GetCurrentThreadId
|
| /freebsd/crypto/krb5/src/ccapi/common/win/ |
| H A D | cci_os_debugging.c | 36 printf ( "%s %ld ", timestamp(), GetCurrentThreadId() ); in cci_os_debug_vprintf()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_wrapper_getpid.h | 58 #define __kmp_gettid() GetCurrentThreadId()
|
| H A D | z_Windows_NT_util.cpp | 1025 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 D | regress_thread.h | 34 #define THREAD_SELF() GetCurrentThreadId()
|
| /freebsd/contrib/libevent/test/ |
| H A D | regress_thread.h | 34 #define THREAD_SELF() GetCurrentThreadId()
|
| /freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/ |
| H A D | thread.h | 73 #define isc_thread_self (unsigned long)GetCurrentThreadId
|
| /freebsd/crypto/openssl/crypto/thread/arch/ |
| H A D | thread_win.c | 23 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 D | rand_win.c | 145 data.tid = GetCurrentThreadId(); in ossl_pool_add_nonce_data()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 54 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 D | sanitizer_stoptheworld_win.cpp | 86 const DWORD this_thread = GetCurrentThreadId(); in RunThread()
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_log.c | 121 uint32_t pid = GetCurrentThreadId(); in osm_log() 232 uint32_t pid = GetCurrentThreadId(); in osm_log_v2()
|
| /freebsd/contrib/googletest/googletest/src/ |
| H A D | gtest-port.cc | 326 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 D | evthread_win32.c | 94 return (unsigned long) GetCurrentThreadId(); in evthread_win32_get_id()
|
| /freebsd/contrib/libevent/ |
| H A D | evthread_win32.c | 94 return (unsigned long) GetCurrentThreadId(); in evthread_win32_get_id()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/ |
| H A D | ittnotify_config.h | 212 #define __itt_thread_id() GetCurrentThreadId()
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | threads_win.c | 600 return GetCurrentThreadId(); in CRYPTO_THREAD_get_current_id()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify_config.h | 277 #define __itt_thread_id() GetCurrentThreadId()
|
| /freebsd/crypto/krb5/src/windows/leashdll/ |
| H A D | lsh_pwd.c | 100 DWORD tid = GetCurrentThreadId(); in NetId_dialog() 194 DWORD tid = GetCurrentThreadId(); in NetId_dialog_ex()
|