HomeSort by: relevance | last modified time | path
    Searched refs:GetCurrentThreadId (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gnulib/import/
windows-recmutex.c 55 DWORD self = GetCurrentThreadId ();
88 DWORD self = GetCurrentThreadId ();
107 if (mutex->owner != GetCurrentThreadId ())
  /src/external/gpl3/gdb.old/dist/gnulib/import/
windows-recmutex.c 55 DWORD self = GetCurrentThreadId ();
88 DWORD self = GetCurrentThreadId ();
107 if (mutex->owner != GetCurrentThreadId ())
  /src/external/bsd/libevent/dist/test/
regress_thread.h 35 #define THREAD_SELF() GetCurrentThreadId()
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_thread.h 36 #define THREAD_SELF() GetCurrentThreadId()
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_thread.h 57 inline u32 GetCurrentThreadId() {
lsan_thread.cpp 73 void ThreadFinish() { thread_registry->FinishThread(GetCurrentThreadId()); }
76 if (GetCurrentThreadId() == kMainTid)
lsan_mac.cpp 70 if (GetCurrentThreadId() == kInvalidTid) {
103 lsan_ctxt->parent_tid = GetCurrentThreadId();
150 int parent_tid = GetCurrentThreadId(); \
lsan_fuchsia.cpp 102 u32 parent_tid = GetCurrentThreadId();
lsan_posix.cpp 92 HandleDeadlySignal(siginfo, context, GetCurrentThreadId(), &OnStackUnwind,
  /src/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/
rand_win.c 144 data.tid = GetCurrentThreadId();
165 data.tid = GetCurrentThreadId();
  /src/crypto/external/bsd/openssl.old/dist/crypto/rand/
rand_win.c 139 data.tid = GetCurrentThreadId();
157 data.tid = GetCurrentThreadId();
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
gthr-win32.c 202 DWORD me = GetCurrentThreadId();
231 DWORD me = GetCurrentThreadId();
gthr-win32.h 208 return (objc_thread_t) (INT_PTR) GetCurrentThreadId ();
690 DWORD __me = GetCurrentThreadId();
722 DWORD __me = GetCurrentThreadId();
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
thread.h 75 #define isc_thread_self (unsigned long)GetCurrentThreadId
  /src/crypto/external/bsd/openssl.old/dist/crypto/
threads_win.c 148 return GetCurrentThreadId();
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Threading.inc 60 return uint64_t(::GetCurrentThreadId());
98 SetThreadName(::GetCurrentThreadId(), NameStr.data());
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
gthr-win32-thread.c 119 if (GetThreadId ((HANDLE) thr) == GetCurrentThreadId ())
  /src/crypto/external/apache2/openssl/dist/providers/implementations/rands/seeding/
rand_win.c 145 data.tid = GetCurrentThreadId();
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/
os.d 13 import core.sys.windows.winbase : GetCurrentThreadId, VirtualAlloc, VirtualFree;
20 return cast(pthread_t) GetCurrentThreadId();
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
dll.d 510 if ( id != GetCurrentThreadId() )
536 auto tid = GetCurrentThreadId();
554 if ( !GetTlsDataAddress( GetCurrentThreadId() ) )
556 if ( thread_findByAddr( GetCurrentThreadId() ) )
threadaux.d 20 import core.sys.windows.winbase/+ : CloseHandle, GetCurrentThreadId, GetCurrentProcessId,
296 if ( id == GetCurrentThreadId() )
  /src/crypto/external/bsd/openssl/dist/crypto/
threads_win.c 205 return GetCurrentThreadId();
  /src/external/bsd/openldap/dist/libraries/libldap/
thr_nt.c 221 return GetCurrentThreadId();
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stoptheworld_win.cpp 86 const DWORD this_thread = GetCurrentThreadId();
  /src/crypto/external/apache2/openssl/dist/crypto/thread/arch/
thread_win.c 23 thread->thread_id = GetCurrentThreadId();
94 return thread->thread_id == GetCurrentThreadId();

Completed in 28 milliseconds

1 2