| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_stoptheworld_mac.cpp | 27 thread_t thread; 35 thread_t GetThread(uptr index) const; 37 bool ContainsThread(thread_t thread) const; 38 void Append(thread_t thread); 65 thread_t thread_self = mach_thread_self(); in RunThread() 116 thread_t SuspendedThreadsListMac::GetThread(uptr index) const { in GetThread() 125 bool SuspendedThreadsListMac::ContainsThread(thread_t thread) const { in ContainsThread() 132 void SuspendedThreadsListMac::Append(thread_t thread) { in Append() 146 thread_t thread = GetThread(index); in GetRegistersAndSP()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/ |
| D | HostNativeThreadBase.h | 31 explicit HostNativeThreadBase(lldb::thread_t thread); 38 virtual bool EqualsThread(lldb::thread_t thread) const; 39 lldb::thread_t Release(); 41 lldb::thread_t GetSystemHandle() const; 48 lldb::thread_t m_thread = LLDB_INVALID_HOST_THREAD;
|
| D | HostThread.h | 32 HostThread(lldb::thread_t thread); 37 lldb::thread_t Release(); 44 bool EqualsThread(lldb::thread_t thread) const;
|
| D | Host.h | 126 static lldb::thread_t GetCurrentThread();
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | SBHostOS.cpp | 104 lldb::thread_t SBHostOS::ThreadCreate(const char *name, in ThreadCreate() 107 LLDB_RECORD_DUMMY(lldb::thread_t, SBHostOS, ThreadCreate, in ThreadCreate() 128 bool SBHostOS::ThreadCancel(lldb::thread_t thread, SBError *error_ptr) { in ThreadCancel() 130 (lldb::thread_t, lldb::SBError *), thread, in ThreadCancel() 142 bool SBHostOS::ThreadDetach(lldb::thread_t thread, SBError *error_ptr) { in ThreadDetach() 144 (lldb::thread_t, lldb::SBError *), thread, in ThreadDetach() 161 bool SBHostOS::ThreadJoin(lldb::thread_t thread, lldb::thread_result_t *result, in ThreadJoin() 165 (lldb::thread_t, lldb::thread_result_t *, lldb::SBError *), thread, in ThreadJoin()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/ |
| D | HostNativeThreadBase.cpp | 20 HostNativeThreadBase::HostNativeThreadBase(thread_t thread) in HostNativeThreadBase() 23 lldb::thread_t HostNativeThreadBase::GetSystemHandle() const { in GetSystemHandle() 40 bool HostNativeThreadBase::EqualsThread(lldb::thread_t thread) const { in EqualsThread() 44 lldb::thread_t HostNativeThreadBase::Release() { in Release() 45 lldb::thread_t result = m_thread; in Release()
|
| D | HostThread.cpp | 17 HostThread::HostThread(lldb::thread_t thread) in HostThread() 28 lldb::thread_t HostThread::Release() { return m_native_thread->Release(); } in Release() 44 bool HostThread::EqualsThread(lldb::thread_t thread) const { in EqualsThread()
|
| D | ThreadLauncher.cpp | 30 lldb::thread_t thread; in LaunchThread() 32 thread = (lldb::thread_t)::_beginthreadex( in LaunchThread()
|
| D | Host.cpp | 318 lldb::thread_t Host::GetCurrentThread() { in GetCurrentThread() 319 return lldb::thread_t(pthread_self()); in GetCurrentThread()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/ |
| D | SBHostOS.i | 33 static lldb::thread_t 40 ThreadCancel (lldb::thread_t thread, 44 ThreadDetach (lldb::thread_t thread, 47 ThreadJoin (lldb::thread_t thread,
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| D | SBHostOS.h | 29 static lldb::thread_t ThreadCreate(const char *name, 33 static bool ThreadCancel(lldb::thread_t thread, lldb::SBError *err); 35 static bool ThreadDetach(lldb::thread_t thread, lldb::SBError *err); 36 static bool ThreadJoin(lldb::thread_t thread, lldb::thread_result_t *result,
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/ |
| D | lldb-types.h | 41 typedef void *thread_t; // Host thread type typedef 58 typedef pthread_t thread_t; // Host thread type typedef 79 #define LLDB_INVALID_HOST_THREAD ((lldb::thread_t)NULL)
|
| /freebsd-12-stable/contrib/gcc/ |
| D | gthr-solaris.h | 57 thread_t owner; 161 thread_t new_thread_id = 0; in __gthread_objc_thread_detach() 495 mutex->owner = (thread_t) 0; in __gthread_recursive_mutex_init_function() 504 thread_t me = __gthrw_(thr_self) (); in __gthread_recursive_mutex_lock() 522 thread_t me = __gthrw_(thr_self) (); in __gthread_recursive_mutex_trylock() 543 mutex->owner = (thread_t) 0; in __gthread_recursive_mutex_unlock()
|
| /freebsd-12-stable/lib/libthread_db/ |
| D | thread_db.h | 64 typedef long thread_t; /* Must be an integral type. */ typedef 69 thread_t th_tid; 181 thread_t ti_tid; 219 td_err_e td_ta_map_id2thr(const td_thragent_t *, thread_t, td_thrhandle_t *);
|
| D | thread_db_int.h | 39 thread_t ti_tid; 71 td_err_e (*to_ta_map_id2thr)(const td_thragent_t *, thread_t,
|
| D | libthr_db.c | 204 pt_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) in pt_ta_map_id2thr() 264 th.th_tid = (thread_t)lwp; in pt_ta_thr_iter()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/head/ |
| D | thread.h | 40 typedef pthread_t thread_t; typedef 77 void *arg, long flags, thread_t *new_thread_ID) in thr_create()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/ |
| D | taskq.c | 45 thread_t *tq_threadlist; 272 tq->tq_threadlist = kmem_alloc(nthreads * sizeof (thread_t), KM_SLEEP); in taskq_create() 315 kmem_free(tq->tq_threadlist, nthreads * sizeof (thread_t)); in taskq_destroy() 335 if (tq->tq_threadlist[i] == (thread_t)(uintptr_t)t) in taskq_member()
|
| /freebsd-12-stable/sys/ddb/ |
| D | db_break.c | 313 thread_t thread; in db_map_current() 328 thread_t thread; in db_map_addr()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
| D | HostThreadPosix.h | 22 HostThreadPosix(lldb::thread_t thread);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/ |
| D | HostThreadPosix.cpp | 20 HostThreadPosix::HostThreadPosix(lldb::thread_t thread) in HostThreadPosix()
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | gnu-nat.h | 41 thread_t port; /* The task or thread port. */
|
| D | gdb_thread_db.h | 257 typedef pthread_t thread_t; typedef 278 thread_t ti_tid; /* Thread ID returned by
|
| D | sol-thread.c | 172 thread_t tid, 544 thread_t thread; in sol_thread_fetch_registers() 622 thread_t thread; in sol_thread_store_registers()
|
| /freebsd-12-stable/contrib/unbound/util/ |
| D | locks.h | 209 typedef thread_t ub_thread_type;
|