Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDRegisterContextMach_arm.cpp36 RegisterContextMach_arm::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) in DoReadGPR()
43 RegisterContextMach_arm::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU()
50 RegisterContextMach_arm::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
57 RegisterContextMach_arm::DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg) in DoReadDBG()
64 RegisterContextMach_arm::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) in DoWriteGPR()
70 RegisterContextMach_arm::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU()
76 RegisterContextMach_arm::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
82 RegisterContextMach_arm::DoWriteDBG (lldb::tid_t tid, int flavor, const DBG &dbg) in DoWriteDBG()
HDRegisterContextMach_i386.cpp34 RegisterContextMach_i386::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) in DoReadGPR()
41 RegisterContextMach_i386::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU()
48 RegisterContextMach_i386::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
55 RegisterContextMach_i386::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) in DoWriteGPR()
61 RegisterContextMach_i386::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU()
67 RegisterContextMach_i386::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
HDRegisterContextMach_x86_64.cpp34 RegisterContextMach_x86_64::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) in DoReadGPR()
41 RegisterContextMach_x86_64::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU()
48 RegisterContextMach_x86_64::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
55 RegisterContextMach_x86_64::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) in DoWriteGPR()
61 RegisterContextMach_x86_64::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU()
67 RegisterContextMach_x86_64::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
HDProcessMessage.h59 static ProcessMessage Limbo(lldb::tid_t tid, int status) { in Limbo()
64 static ProcessMessage Signal(lldb::tid_t tid, int signum) { in Signal()
70 static ProcessMessage SignalDelivered(lldb::tid_t tid, int signum) { in SignalDelivered()
75 static ProcessMessage Trace(lldb::tid_t tid) { in Trace()
80 static ProcessMessage Break(lldb::tid_t tid) { in Break()
84 static ProcessMessage Watch(lldb::tid_t tid, lldb::addr_t wp_addr) { in Watch()
102 static ProcessMessage Exit(lldb::tid_t tid, int status) { in Exit()
107 static ProcessMessage Exec(lldb::tid_t tid) { in Exec()
159 : m_tid(tid), in m_tid() argument
166 ProcessMessage(lldb::tid_t tid, Kind kind, lldb::tid_t child_tid) in ProcessMessage()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_thread_registry.cc19 ThreadContextBase::ThreadContextBase(u32 tid) in ThreadContextBase()
124 u32 tid = kUnknownTid; in CreateThread() local
160 for (u32 tid = 0; tid < n_contexts_; tid++) { in RunCallbackForEachThreadLocked() local
170 for (u32 tid = 0; tid < n_contexts_; tid++) { in FindThread() local
181 for (u32 tid = 0; tid < n_contexts_; tid++) { in FindThreadContextLocked() local
200 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName()
211 for (u32 tid = 0; tid < n_contexts_; tid++) { in SetThreadNameByUserId() local
221 void ThreadRegistry::DetachThread(u32 tid, void *arg) { in DetachThread()
239 void ThreadRegistry::JoinThread(u32 tid, void *arg) { in JoinThread()
252 void ThreadRegistry::FinishThread(u32 tid) { in FinishThread()
[all …]
/NextBSD/sys/dev/ath/
HDif_ath_tx.c1388 ath_tx_update_clrdmask(struct ath_softc *sc, struct ath_tid *tid, in ath_tx_update_clrdmask()
1480 struct ath_tid *tid = &an->an_tid[bf->bf_state.bfs_tid]; in ath_tx_xmit_normal() local
1843 int tid; in ath_tx_start() local
2511 struct mbuf *m0, int *tid) in ath_tx_action_frame_override_queue()
2561 struct ath_tid *tid, struct ath_buf *bf) in ath_tx_addto_baw()
2653 struct ath_tid *tid, struct ath_buf *old_bf, struct ath_buf *new_bf) in ath_tx_switch_baw_buf()
2700 struct ath_tid *tid, const struct ath_buf *bf) in ath_tx_update_baw()
2750 ath_tx_leak_count_update(struct ath_softc *sc, struct ath_tid *tid, in ath_tx_leak_count_update()
2790 ath_tx_tid_can_tx_or_sched(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_can_tx_or_sched()
2812 ath_tx_tid_sched(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_sched()
[all …]
/NextBSD/contrib/gdb/gdb/
HDs390-nat.c120 int tid = TIDGET (inferior_ptid); in s390_inferior_tid() local
130 fetch_regs (int tid) in fetch_regs()
147 store_regs (int tid, int regnum) in store_regs()
167 fetch_fpregs (int tid) in fetch_fpregs()
184 store_fpregs (int tid, int regnum) in store_fpregs()
206 int tid = s390_inferior_tid (); in fetch_inferior_registers() local
222 int tid = s390_inferior_tid (); in store_inferior_registers() local
274 int tid = s390_inferior_tid (); in s390_fix_watch_points() local
HDinfttrace.c356 lwpid_t tid; /* Thread ID */ member
602 create_thread_info (int pid, lwpid_t tid) in create_thread_info()
720 find_thread_info (lwpid_t tid) in find_thread_info()
848 is_pseudo_thread (lwpid_t tid) in is_pseudo_thread()
860 is_terminated (lwpid_t tid) in is_terminated()
875 lwpid_t tid; in is_process_id() local
912 add_tthread (int pid, lwpid_t tid) in add_tthread()
926 del_tthread (lwpid_t tid) in del_tthread()
1011 get_pid_for (lwpid_t tid) in get_pid_for()
1037 set_handled (int pid, lwpid_t tid) in set_handled()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessMonitor.cpp287 ReadRegOperation(lldb::tid_t tid, unsigned offset, unsigned size, in ReadRegOperation()
331 WriteRegOperation(lldb::tid_t tid, unsigned offset, in WriteRegOperation()
368 ReadDebugRegOperation(lldb::tid_t tid, unsigned offset, unsigned size, in ReadDebugRegOperation()
407 WriteDebugRegOperation(lldb::tid_t tid, unsigned offset, in WriteDebugRegOperation()
444 ReadGPROperation(lldb::tid_t tid, void *buf, bool &result) in ReadGPROperation()
475 ReadFPROperation(lldb::tid_t tid, void *buf, bool &result) in ReadFPROperation()
502 WriteGPROperation(lldb::tid_t tid, void *buf, bool &result) in WriteGPROperation()
529 WriteFPROperation(lldb::tid_t tid, void *buf, bool &result) in WriteFPROperation()
624 LwpInfoOperation(lldb::tid_t tid, void *info, bool &result, int &ptrace_err) in LwpInfoOperation()
656 ThreadSuspendOperation(lldb::tid_t tid, bool suspend, bool &result) in ThreadSuspendOperation()
[all …]
/NextBSD/contrib/compiler-rt/lib/lsan/
HDlsan_thread.cc29 static ThreadContextBase *CreateThreadContext(u32 tid) { in CreateThreadContext()
47 void SetCurrentThread(u32 tid) { in SetCurrentThread()
51 ThreadContext::ThreadContext(int tid) in ThreadContext()
85 void ThreadStart(u32 tid, uptr os_id) { in ThreadStart()
121 void ThreadJoin(u32 tid) { in ThreadJoin()
/NextBSD/usr.bin/notifyutil/
HDnotifyutil.c141 reg_add(uint32_t tid, uint32_t type, uint32_t signum, uint32_t count, const char *name) in reg_add()
208 reg_find_token(uint32_t tid) in reg_find_token()
217 process_event(int tid) in process_event()
278 int tid; in file_handler() local
294 int tid; in port_handler() local
361 int tid, check; in do_register() local
483 int tid; in main() local
/NextBSD/contrib/gcclibs/libgomp/config/linux/
HDlock.c102 int tid = tid_cache; in gomp_tid() local
124 int otid, tid = gomp_tid (); in omp_set_nest_lock() local
159 int otid, tid = gomp_tid (); in omp_test_nest_lock() local
/NextBSD/sys/dev/cxgb/ulp/tom/
HDcxgb_cpl_io.c226 insert_tid(struct tom_data *td, void *ctx, unsigned int tid) in insert_tid()
235 update_tid(struct tom_data *td, void *ctx, unsigned int tid) in update_tid()
243 remove_tid(struct tom_data *td, unsigned int tid) in remove_tid()
253 queue_tid_release(struct toedev *tod, unsigned int tid) in queue_tid_release()
271 mk_tid_release(struct cpl_tid_release *cpl, unsigned int tid) in mk_tid_release()
279 release_tid(struct toedev *tod, unsigned int tid, int qset) in release_tid()
312 unsigned int tid = p - td->tid_maps.tid_tab; in t3_process_tid_release_list() local
623 unsigned int tid = GET_TID(hdr); in do_rx_urg_notify() local
639 unsigned int tid = toep->tp_tid; in t3_send_fin() local
1056 unsigned int tid = toep->tp_tid; in send_reset() local
[all …]
/NextBSD/usr.bin/truss/
HDamd64-cloudabi64.c46 lwpid_t tid; in amd64_cloudabi64_fetch_args() local
75 lwpid_t tid; in amd64_cloudabi64_fetch_retval() local
HDaarch64-cloudabi64.c46 lwpid_t tid; in aarch64_cloudabi64_fetch_args() local
66 lwpid_t tid; in aarch64_cloudabi64_fetch_retval() local
HDamd64-linux32.c53 lwpid_t tid; in amd64_linux32_fetch_args() local
107 lwpid_t tid; in amd64_linux32_fetch_retval() local
HDi386-linux.c53 lwpid_t tid; in i386_linux_fetch_args() local
106 lwpid_t tid; in i386_linux_fetch_retval() local
HDpowerpc64-freebsd.c51 lwpid_t tid; in powerpc64_fetch_args() local
96 lwpid_t tid; in powerpc64_fetch_retval() local
HDsparc64-freebsd.c57 lwpid_t tid; in sparc64_fetch_args() local
103 lwpid_t tid; in sparc64_fetch_retval() local
HDpowerpc-freebsd.c51 lwpid_t tid; in powerpc_fetch_args() local
99 lwpid_t tid; in powerpc_fetch_retval() local
HDaarch64-freebsd.c52 lwpid_t tid; in aarch64_fetch_args() local
87 lwpid_t tid; in aarch64_fetch_retval() local
HDi386-freebsd.c55 lwpid_t tid; in i386_fetch_args() local
98 lwpid_t tid; in i386_fetch_retval() local
HDamd64-freebsd.c55 lwpid_t tid; in amd64_fetch_args() local
109 lwpid_t tid; in amd64_fetch_retval() local
/NextBSD/lib/libthr/thread/
HDthr_affinity.c45 lwpid_t tid; in _pthread_setaffinity_np() local
68 lwpid_t tid; in _pthread_getaffinity_np() local
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/
HDsanitizer_thread_registry_test.cc27 static ThreadContextBase *GetThreadContext(u32 tid) { in GetThreadContext()
44 static bool is_detached(u32 tid) { in is_detached()
48 static uptr get_uid(u32 tid) { in get_uid()
114 u32 tid = new_tids[i]; in TestRegistry() local
168 explicit TestThreadContext(int tid) : ThreadContextBase(tid) {} in TestThreadContext()

12345678910>>...13