| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | i386-linux-nat.c | 108 pid_t tid; in fetch_register() local 136 pid_t tid; in store_register() local 207 fetch_regs (struct regcache *regcache, int tid) in fetch_regs() 232 store_regs (const struct regcache *regcache, int tid, int regno) in store_regs() 247 static void fetch_regs (struct regcache *regcache, int tid) {} in fetch_regs() 248 static void store_regs (const struct regcache *regcache, int tid, int regno) {} in store_regs() 281 fetch_fpregs (struct regcache *regcache, int tid) in fetch_fpregs() 295 store_fpregs (const struct regcache *regcache, int tid, int regno) in store_fpregs() 311 fetch_fpregs (struct regcache *regcache, int tid) in fetch_fpregs() 316 store_fpregs (const struct regcache *regcache, int tid, int regno) in store_fpregs() [all …]
|
| D | loongarch-linux-nat.c | 50 fetch_gregs_from_thread (struct regcache *regcache, int regnum, pid_t tid) in fetch_gregs_from_thread() 76 store_gregs_to_thread (struct regcache *regcache, int regnum, pid_t tid) in store_gregs_to_thread() 106 fetch_fpregs_from_thread (struct regcache *regcache, int regnum, pid_t tid) in fetch_fpregs_from_thread() 127 store_fpregs_to_thread (struct regcache *regcache, int regnum, pid_t tid) in store_fpregs_to_thread() 152 fetch_lsxregs_from_thread (struct regcache *regcache, int regnum, pid_t tid) in fetch_lsxregs_from_thread() 179 store_lsxregs_to_thread (struct regcache *regcache, int regnum, pid_t tid) in store_lsxregs_to_thread() 210 fetch_lasxregs_from_thread (struct regcache *regcache, int regnum, pid_t tid) in fetch_lasxregs_from_thread() 238 store_lasxregs_to_thread (struct regcache *regcache, int regnum, pid_t tid) in store_lasxregs_to_thread() 271 fetch_lbt_from_thread (struct regcache *regcache, int regnum, pid_t tid) in fetch_lbt_from_thread() 301 store_lbt_to_thread (struct regcache *regcache, int regnum, pid_t tid) in store_lbt_to_thread() [all …]
|
| D | m68k-linux-nat.c | 122 pid_t tid = get_ptrace_pid (regcache->ptid ()); in fetch_register() local 170 pid_t tid = get_ptrace_pid (regcache->ptid ()); in store_register() local 253 fetch_regs (struct regcache *regcache, int tid) in fetch_regs() 277 store_regs (const struct regcache *regcache, int tid, int regno) in store_regs() 292 static void fetch_regs (struct regcache *regcache, int tid) in fetch_regs() 296 static void store_regs (const struct regcache *regcache, int tid, int regno) in store_regs() 356 fetch_fpregs (struct regcache *regcache, int tid) in fetch_fpregs() 370 store_fpregs (const struct regcache *regcache, int tid, int regno) in store_fpregs() 385 static void fetch_fpregs (struct regcache *regcache, int tid) in fetch_fpregs() 389 static void store_fpregs (const struct regcache *regcache, int tid, int regno) in store_fpregs() [all …]
|
| D | ctfread.c | 210 ctf_id_t tid; member 241 set_tid_type (struct objfile *of, ctf_id_t tid, struct type *typ) in set_tid_type() 268 get_tid_type (struct objfile *of, ctf_id_t tid) in get_tid_type() 290 fetch_tid_type (struct ctf_context *ccp, ctf_id_t tid) in fetch_tid_type() 308 get_bitsize (ctf_dict_t *fp, ctf_id_t tid, uint32_t kind) in get_bitsize() 388 ctf_id_t tid, in ctf_add_member_cb() 466 new_symbol (struct ctf_context *ccp, struct type *type, ctf_id_t tid) in new_symbol() 530 read_base_type (struct ctf_context *ccp, ctf_id_t tid) in read_base_type() 608 process_base_type (struct ctf_context *ccp, ctf_id_t tid) in process_base_type() 624 read_structure_type (struct ctf_context *ccp, ctf_id_t tid) in read_structure_type() [all …]
|
| D | s390-linux-nat.c | 262 int tid = inferior_ptid.lwp (); in s390_inferior_tid() local 272 fetch_regs (struct regcache *regcache, int tid) in fetch_regs() 289 store_regs (const struct regcache *regcache, int tid, int regnum) in store_regs() 309 fetch_fpregs (struct regcache *regcache, int tid) in fetch_fpregs() 326 store_fpregs (const struct regcache *regcache, int tid, int regnum) in store_fpregs() 348 fetch_regset (struct regcache *regcache, int tid, in fetch_regset() 372 store_regset (struct regcache *regcache, int tid, in store_regset() 393 check_regset (int tid, int regset, int regsize) in check_regset() 412 pid_t tid = get_ptrace_pid (regcache->ptid ()); in fetch_registers() local 466 pid_t tid = get_ptrace_pid (regcache->ptid ()); in store_registers() local [all …]
|
| D | aarch64-linux-nat.c | 129 int ret, tid; in fetch_gregs_from_thread() local 167 int ret, tid; in store_gregs_to_thread() local 209 int ret, tid; in fetch_fpregs_from_thread() local 256 int ret, tid; in store_fpregs_to_thread() local 417 int tid = regcache->ptid ().lwp (); in fetch_pauth_masks_from_thread() local 450 int tid = get_ptrace_pid (regcache->ptid ()); in fetch_mteregs_from_thread() local 481 int tid = get_ptrace_pid (regcache->ptid ()); in store_mteregs_to_thread() local 506 int tid = get_ptrace_pid (regcache->ptid ()); in fetch_tlsregs_from_thread() local 542 int tid = get_ptrace_pid (regcache->ptid ()); in store_tlsregs_to_thread() local 861 int ret, tid; in read_description() local [all …]
|
| D | ppc-linux-nat.c | 717 fetch_vsx_registers (struct regcache *regcache, int tid, int regno) in fetch_vsx_registers() 742 fetch_altivec_registers (struct regcache *regcache, int tid, in fetch_altivec_registers() 774 get_spe_registers (int tid, struct gdb_evrregset_t *evrregset) in get_spe_registers() 800 fetch_spe_register (struct regcache *regcache, int tid, int regno) in fetch_spe_register() 843 fetch_regset (struct regcache *regcache, int tid, in fetch_regset() 869 store_regset (const struct regcache *regcache, int tid, int regnum, in store_regset() 893 check_regset (int tid, int regset_id, int regsetsize) in check_regset() 909 fetch_register (struct regcache *regcache, int tid, int regno) in fetch_register() 1127 fetch_all_gp_regs (struct regcache *regcache, int tid) in fetch_all_gp_regs() 1153 fetch_gp_regs (struct regcache *regcache, int tid) in fetch_gp_regs() [all …]
|
| D | m32r-linux-nat.c | 115 fetch_regs (struct regcache *regcache, int tid) in fetch_regs() 164 store_regs (const struct regcache *regcache, int tid, int regno) in store_regs() 204 pid_t tid = get_ptrace_pid (regcache->ptid ()); in fetch_registers() local 224 pid_t tid = get_ptrace_pid (regcache->ptid ()); in store_registers() local
|
| D | arc-linux-nat.c | 81 const int tid = get_ptrace_pid (regcache->ptid ()); in fetch_gregs() local 101 const int tid = get_ptrace_pid (regcache->ptid ()); in fetch_v2_regs() local 120 const int tid = get_ptrace_pid (regcache->ptid ()); in store_gregs() local 144 const int tid = get_ptrace_pid (regcache->ptid ()); in store_v2_regs() local
|
| D | xtensa-linux-nat.c | 206 int tid = regcache->ptid ().lwp (); in fetch_gregs() local 224 int tid = regcache->ptid ().lwp (); in store_gregs() local 251 int tid = regcache->ptid ().lwp (); in fetch_xtregs() local 266 int tid = regcache->ptid ().lwp (); in store_xtregs() local
|
| D | tilegx-linux-nat.c | 139 pid_t tid = get_ptrace_pid (regcache->ptid ()); in fetch_registers() local 155 pid_t tid = get_ptrace_pid (regcache->ptid ()); in store_registers() local
|
| D | mips-linux-nat.c | 248 int tid; in mips64_regsets_fetch_registers() local 335 int tid; in mips64_regsets_store_registers() local 464 int tid = get_ptrace_pid (inferior_ptid); in read_description() local 641 int tid = lp->ptid.lwp (); in write_watchpoint_regs() local 654 long tid = lp->ptid.lwp (); in low_new_thread() local
|
| D | arm-linux-nat.c | 118 int ret, regno, tid; in fetch_fpregs() local 154 int ret, regno, tid; in store_fpregs() local 208 int ret, tid; in fetch_regs() local 235 int ret, tid; in store_regs() local 282 int ret, regno, tid; in fetch_wmmx_regs() local 307 int ret, regno, tid; in store_wmmx_regs() local 340 int ret, tid; in fetch_vfp_regs() local 369 int ret, tid; in store_vfp_regs() local 543 int tid = inferior_ptid.pid (); in read_description() local 611 int tid; in arm_linux_get_hwbp_cap() local
|
| D | or1k-linux-nat.c | 138 int tid; in fetch_registers() local 169 int tid; in store_registers() local
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| D | multiple-successive-infcall.c | 39 for (int tid = 0; tid < THREADCOUNT; ++tid) in get_value() local 69 int tid = *((int *) args); in thread_function() local 94 for (int tid = 0; tid < THREADCOUNT; ++tid) in main() local 107 for (int tid = 0; tid < THREADCOUNT; ++tid) in main() local
|
| D | vfork-follow-child-exit.c | 47 pthread_t tid; in main() local
|
| D | vfork-follow-child-exec.c | 53 pthread_t tid; in main() local
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| D | non-stop.c | 56 pthread_t tid; in create_thread() local 72 pthread_t tid; in main() local
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/config/linux/ |
| D | lock.c | 100 int otid, tid = gomp_tid (); in gomp_set_nest_lock_25() local 136 int otid, tid = gomp_tid (); in gomp_test_nest_lock_25() local
|
| /netbsd/src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| D | lsan_thread.cc | 28 static ThreadContextBase *CreateThreadContext(u32 tid) { in CreateThreadContext() 42 ThreadContext::ThreadContext(int tid) in ThreadContext() 80 void ThreadStart(u32 tid, tid_t os_id, bool workerthread) { in ThreadStart() 118 void ThreadJoin(u32 tid) { in ThreadJoin()
|
| D | lsan_linux.cc | 24 void SetCurrentThread(u32 tid) { current_thread_tid = tid; } in SetCurrentThread()
|
| /netbsd/src/sys/net/npf/ |
| D | npf_tableset.c | 158 for (u_int tid = 0; tid < ts->ts_nitems; tid++) { in npf_tableset_destroy() local 180 const u_int tid = t->t_id; in npf_tableset_insert() local 198 const u_int tid = newt->t_id; in npf_tableset_swap() local 219 for (u_int tid = 0; tid < ts->ts_nitems; tid++) { in npf_tableset_getbyname() local 229 npf_tableset_getbyid(npf_tableset_t *ts, unsigned tid) in npf_tableset_getbyid() 246 for (u_int tid = 0; tid < nts->ts_nitems; tid++) { in npf_tableset_reload() local 294 for (u_int tid = 0; tid < ts->ts_nitems; tid++) { in npf_tableset_export() local 370 npf_table_create(const char *name, u_int tid, int type, in npf_table_create() 464 npf_table_check(npf_tableset_t *ts, const char *name, uint64_t tid, in npf_table_check()
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | libcollector.h | 79 #define collector_thread_pause(tid) \ argument 81 #define collector_thread_resume(tid) \ argument
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | libcollector.h | 79 #define collector_thread_pause(tid) \ argument 81 #define collector_thread_resume(tid) \ argument
|
| /netbsd/src/external/bsd/ppp/dist/pppd/plugins/pppol2tp/ |
| D | openl2tp.c | 122 uint16_t tid = tunnel_id; in openl2tp_send_accm_ind() local 183 uint16_t tid = tunnel_id; in openl2tp_ppp_updown_ind() local
|