Searched refs:GetCurrentThreadId (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.h34 #define THREAD_SELF() GetCurrentThreadId()
/freebsd-current/contrib/libevent/test/
H A Dregress_thread.h34 #define THREAD_SELF() GetCurrentThreadId()
/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.h57 inline u32 GetCurrentThreadId() { function in namespace:__lsan
H A Dlsan_thread.cpp73 void ThreadFinish() { thread_registry->FinishThread(GetCurrentThreadId()); }
76 if (GetCurrentThreadId() == kMainTid)
H A Dlsan_mac.cpp70 if (GetCurrentThreadId() == kInvalidTid) {
103 lsan_ctxt->parent_tid = GetCurrentThreadId();
150 int parent_tid = GetCurrentThreadId(); \
H A Dlsan_fuchsia.cpp103 u32 parent_tid = GetCurrentThreadId();
H A Dlsan_posix.cpp94 HandleDeadlySignal(siginfo, context, GetCurrentThreadId(), &OnStackUnwind,
H A Dlsan_interceptors.cpp455 uptr this_tid = GetCurrentThreadId();
/freebsd-current/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();
1055 this_thr->th.th_info.ds.ds_thread_id = GetCurrentThreadId();
1167 th->th.th_info.ds.ds_thread_id = GetCurrentThreadId();
/freebsd-current/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_win.c144 data.tid = GetCurrentThreadId();
165 data.tid = GetCurrentThreadId();
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dthread.h73 #define isc_thread_self (unsigned long)GetCurrentThreadId
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp86 const DWORD this_thread = GetCurrentThreadId();
H A Dsanitizer_win.cpp109 // In contrast to POSIX, on Windows GetCurrentThreadId()
112 return GetCurrentThreadId();
/freebsd-current/crypto/openssl/crypto/
H A Dthreads_win.c205 return GetCurrentThreadId();
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_log.c121 uint32_t pid = GetCurrentThreadId();
232 uint32_t pid = GetCurrentThreadId();
/freebsd-current/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-current/contrib/libevent/
H A Devthread_win32.c94 return (unsigned long) GetCurrentThreadId();
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devthread_win32.c94 return (unsigned long) GetCurrentThreadId();
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest-port.cc326 owner_thread_id_ = ::GetCurrentThreadId();
342 GTEST_CHECK_(owner_thread_id_ == ::GetCurrentThreadId())
501 DWORD current_thread = ::GetCurrentThreadId();
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h212 #define __itt_thread_id() GetCurrentThreadId()
/freebsd-current/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h277 #define __itt_thread_id() GetCurrentThreadId()
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 609 milliseconds