Home
last modified time | relevance | path

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

12345678910>>...18

/netbsd/external/gpl3/gdb/dist/gdb/
H A Di386-linux-nat.c109 pid_t tid; in fetch_register() local
137 pid_t tid; in store_register() local
208 fetch_regs (struct regcache *regcache, int tid) in fetch_regs()
248 static void fetch_regs (struct regcache *regcache, int tid) {} in fetch_regs()
282 fetch_fpregs (struct regcache *regcache, int tid) in fetch_fpregs()
312 fetch_fpregs (struct regcache *regcache, int tid) in fetch_fpregs()
331 fetch_xstateregs (struct regcache *regcache, int tid) in fetch_xstateregs()
384 fetch_fpxregs (struct regcache *regcache, int tid) in fetch_fpxregs()
440 fetch_fpxregs (struct regcache *regcache, int tid) in fetch_fpxregs()
463 pid_t tid; in fetch_registers() local
[all …]
H A Dm68k-linux-nat.c123 pid_t tid = get_ptrace_pid (regcache->ptid ()); in fetch_register() local
171 pid_t tid = get_ptrace_pid (regcache->ptid ()); in store_register() local
254 fetch_regs (struct regcache *regcache, int tid) in fetch_regs()
278 store_regs (const struct regcache *regcache, int tid, int regno) in store_regs()
293 static void fetch_regs (struct regcache *regcache, int tid) in fetch_regs()
297 static void store_regs (const struct regcache *regcache, int tid, int regno) in store_regs()
357 fetch_fpregs (struct regcache *regcache, int tid) in fetch_fpregs()
371 store_fpregs (const struct regcache *regcache, int tid, int regno) in store_fpregs()
386 static void fetch_fpregs (struct regcache *regcache, int tid) in fetch_fpregs()
405 pid_t tid; in fetch_registers() local
[all …]
H A Dppc-linux-nat.c839 fetch_regset (struct regcache *regcache, int tid, in fetch_regset()
889 check_regset (int tid, int regset_id, int regsetsize) in check_regset()
1124 fetch_all_gp_regs (struct regcache *regcache, int tid) in fetch_all_gp_regs()
1150 fetch_gp_regs (struct regcache *regcache, int tid) in fetch_gp_regs()
1176 fetch_all_fp_regs (struct regcache *regcache, int tid) in fetch_all_fp_regs()
1202 fetch_fp_regs (struct regcache *regcache, int tid) in fetch_fp_regs()
1220 fetch_ppc_registers (struct regcache *regcache, int tid) in fetch_ppc_registers()
1324 pid_t tid = get_ptrace_pid (regcache->ptid ()); in fetch_registers() local
1859 pid_t tid = get_ptrace_pid (regcache->ptid ()); in store_registers() local
1916 int tid = inferior_ptid.lwp (); in auxv_parse() local
[all …]
H A Ds390-linux-nat.c262 int tid = inferior_ptid.lwp (); in s390_inferior_tid() local
272 fetch_regs (struct regcache *regcache, int tid) in fetch_regs()
309 fetch_fpregs (struct regcache *regcache, int tid) in fetch_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
633 s390_show_debug_regs (int tid, const char *where) in s390_show_debug_regs()
701 int tid; in low_prepare_to_resume() local
[all …]
H A Dm32r-linux-nat.c116 fetch_regs (struct regcache *regcache, int tid) in fetch_regs()
165 store_regs (const struct regcache *regcache, int tid, int regno) in store_regs()
205 pid_t tid = get_ptrace_pid (regcache->ptid ()); in fetch_registers() local
226 pid_t tid = get_ptrace_pid (regcache->ptid ()); in store_registers() local
H A Dxtensa-linux-nat.c205 int tid = regcache->ptid ().lwp (); in fetch_gregs() local
224 int tid = regcache->ptid ().lwp (); in store_gregs() local
252 int tid = regcache->ptid ().lwp (); in fetch_xtregs() local
267 int tid = regcache->ptid ().lwp (); in store_xtregs() local
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Di386-linux-nat.c109 pid_t tid; in fetch_register() local
137 pid_t tid; in store_register() local
208 fetch_regs (struct regcache *regcache, int tid) in fetch_regs()
248 static void fetch_regs (struct regcache *regcache, int tid) {} in fetch_regs()
282 fetch_fpregs (struct regcache *regcache, int tid) in fetch_fpregs()
312 fetch_fpregs (struct regcache *regcache, int tid) in fetch_fpregs()
331 fetch_xstateregs (struct regcache *regcache, int tid) in fetch_xstateregs()
384 fetch_fpxregs (struct regcache *regcache, int tid) in fetch_fpxregs()
440 fetch_fpxregs (struct regcache *regcache, int tid) in fetch_fpxregs()
463 pid_t tid; in fetch_registers() local
[all …]
H A Dm68k-linux-nat.c123 pid_t tid = get_ptrace_pid (regcache->ptid ()); in fetch_register() local
171 pid_t tid = get_ptrace_pid (regcache->ptid ()); in store_register() local
254 fetch_regs (struct regcache *regcache, int tid) in fetch_regs()
278 store_regs (const struct regcache *regcache, int tid, int regno) in store_regs()
293 static void fetch_regs (struct regcache *regcache, int tid) in fetch_regs()
297 static void store_regs (const struct regcache *regcache, int tid, int regno) in store_regs()
357 fetch_fpregs (struct regcache *regcache, int tid) in fetch_fpregs()
371 store_fpregs (const struct regcache *regcache, int tid, int regno) in store_fpregs()
386 static void fetch_fpregs (struct regcache *regcache, int tid) in fetch_fpregs()
405 pid_t tid; in fetch_registers() local
[all …]
H A Dppc-linux-nat.c839 fetch_regset (struct regcache *regcache, int tid, in fetch_regset()
889 check_regset (int tid, int regset_id, int regsetsize) in check_regset()
1124 fetch_all_gp_regs (struct regcache *regcache, int tid) in fetch_all_gp_regs()
1150 fetch_gp_regs (struct regcache *regcache, int tid) in fetch_gp_regs()
1176 fetch_all_fp_regs (struct regcache *regcache, int tid) in fetch_all_fp_regs()
1202 fetch_fp_regs (struct regcache *regcache, int tid) in fetch_fp_regs()
1220 fetch_ppc_registers (struct regcache *regcache, int tid) in fetch_ppc_registers()
1324 pid_t tid = get_ptrace_pid (regcache->ptid ()); in fetch_registers() local
1859 pid_t tid = get_ptrace_pid (regcache->ptid ()); in store_registers() local
1916 int tid = inferior_ptid.lwp (); in auxv_parse() local
[all …]
H A Ds390-linux-nat.c262 int tid = inferior_ptid.lwp (); in s390_inferior_tid() local
272 fetch_regs (struct regcache *regcache, int tid) in fetch_regs()
309 fetch_fpregs (struct regcache *regcache, int tid) in fetch_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
633 s390_show_debug_regs (int tid, const char *where) in s390_show_debug_regs()
701 int tid; in low_prepare_to_resume() local
[all …]
H A Dm32r-linux-nat.c116 fetch_regs (struct regcache *regcache, int tid) in fetch_regs()
165 store_regs (const struct regcache *regcache, int tid, int regno) in store_regs()
205 pid_t tid = get_ptrace_pid (regcache->ptid ()); in fetch_registers() local
226 pid_t tid = get_ptrace_pid (regcache->ptid ()); in store_registers() local
H A Dxtensa-linux-nat.c205 int tid = regcache->ptid ().lwp (); in fetch_gregs() local
224 int tid = regcache->ptid ().lwp (); in store_gregs() local
252 int tid = regcache->ptid ().lwp (); in fetch_xtregs() local
267 int tid = regcache->ptid ().lwp (); in store_xtregs() local
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc19 ThreadContextBase::ThreadContextBase(u32 tid) in ThreadContextBase()
139 u32 tid = kUnknownTid; in CreateThread() local
175 for (u32 tid = 0; tid < n_contexts_; tid++) { in RunCallbackForEachThreadLocked() local
185 for (u32 tid = 0; tid < n_contexts_; tid++) { in FindThread() local
196 for (u32 tid = 0; tid < n_contexts_; tid++) { in FindThreadContextLocked() local
215 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName()
227 for (u32 tid = 0; tid < n_contexts_; tid++) { in SetThreadNameByUserId() local
237 void ThreadRegistry::DetachThread(u32 tid, void *arg) { in DetachThread()
255 void ThreadRegistry::JoinThread(u32 tid, void *arg) { in JoinThread()
282 void ThreadRegistry::FinishThread(u32 tid) { in FinishThread()
[all …]
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc17 ThreadContextBase::ThreadContextBase(u32 tid) in ThreadContextBase()
137 u32 tid = kUnknownTid; in CreateThread() local
173 for (u32 tid = 0; tid < n_contexts_; tid++) { in RunCallbackForEachThreadLocked() local
183 for (u32 tid = 0; tid < n_contexts_; tid++) { in FindThread() local
194 for (u32 tid = 0; tid < n_contexts_; tid++) { in FindThreadContextLocked() local
213 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName()
225 for (u32 tid = 0; tid < n_contexts_; tid++) { in SetThreadNameByUserId() local
235 void ThreadRegistry::DetachThread(u32 tid, void *arg) { in DetachThread()
253 void ThreadRegistry::JoinThread(u32 tid, void *arg) { in JoinThread()
280 void ThreadRegistry::FinishThread(u32 tid) { in FinishThread()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc17 ThreadContextBase::ThreadContextBase(u32 tid) in ThreadContextBase()
137 u32 tid = kUnknownTid; in CreateThread() local
173 for (u32 tid = 0; tid < n_contexts_; tid++) { in RunCallbackForEachThreadLocked() local
183 for (u32 tid = 0; tid < n_contexts_; tid++) { in FindThread() local
194 for (u32 tid = 0; tid < n_contexts_; tid++) { in FindThreadContextLocked() local
213 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName()
225 for (u32 tid = 0; tid < n_contexts_; tid++) { in SetThreadNameByUserId() local
235 void ThreadRegistry::DetachThread(u32 tid, void *arg) { in DetachThread()
253 void ThreadRegistry::JoinThread(u32 tid, void *arg) { in JoinThread()
280 void ThreadRegistry::FinishThread(u32 tid) { in FinishThread()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dmultiple-successive-infcall.c39 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
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dmultiple-successive-infcall.c39 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
/netbsd/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_mfcio.h192 #define mfc_put( ls,ea,size,tag,tid,rid) spu_mfcdma64(ls,mfc_ea2h(ea),mfc_ea2l(ea),size,tag,MFC_CM… argument
193 #define mfc_putf( ls,ea,size,tag,tid,rid) spu_mfcdma64(ls,mfc_ea2h(ea),mfc_ea2l(ea),size,tag,MFC_CM… argument
195 #define mfc_get( ls,ea,size,tag,tid,rid) spu_mfcdma64(ls,mfc_ea2h(ea),mfc_ea2l(ea),size,tag,MFC_CM… argument
209 #define mfc_putllc( ls,ea,tid,rid) spu_mfcdma64(ls,mfc_ea2h(ea),mfc_ea2l(ea),128, 0,MFC_CMD_W… argument
214 #define mfc_sndsig( ls,ea,tag,tid,rid) spu_mfcdma64(ls,mfc_ea2h(ea),mfc_ea2l(ea),4,tag,MFC_CMD_WORD… argument
215 #define mfc_sndsigb(ls,ea,tag,tid,rid) spu_mfcdma64(ls,mfc_ea2h(ea),mfc_ea2l(ea),4,tag,MFC_CMD_WORD… argument
216 #define mfc_sndsigf(ls,ea,tag,tid,rid) spu_mfcdma64(ls,mfc_ea2h(ea),mfc_ea2l(ea),4,tag,MFC_CMD_WORD… argument
218 #define mfc_eieio(tag,tid,rid) spu_mfcdma32(0,0,0,tag,MFC_CMD_WORD(tid,rid,MFC_EIEIO_CMD)) argument
222 #define mfc_sdcrt( ea,size,tag,tid,rid) spu_mfcdma64(0,mfc_ea2h(ea),mfc_ea2l(ea),size,tag,MFC_CMD_… argument
224 #define mfc_sdcrz( ea,size,tag,tid,rid) spu_mfcdma64(0,mfc_ea2h(ea),mfc_ea2l(ea),size,tag,MFC_CMD_… argument
[all …]
/netbsd/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_fuchsia.cpp28 ThreadContext::ThreadContext(int tid) : ThreadContextLsanBase(tid) {} in ThreadContext()
54 void ThreadStart(u32 tid) { in ThreadStart()
65 u32 tid = ThreadCreate(0, GetThreadSelf(), true, &args); in InitializeMainThread() local
96 u32 tid = ThreadCreate(parent_tid, user_id, detached, &args); in __sanitizer_before_thread_create_hook() local
103 u32 tid = static_cast<u32>(reinterpret_cast<uptr>(hook)); in __sanitizer_thread_create_hook() local
114 u32 tid = static_cast<u32>(reinterpret_cast<uptr>(hook)); in __sanitizer_thread_start_hook() local
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d299 Tid tid; variable
314 Tid tid; variable
350 Tid tid; variable
402 Tid tid; variable
894 auto tid = spawn( variable
904 auto tid = spawn( variable
916 auto tid = spawn( variable
1872 auto tid = spawn({ variable
1922 auto tid = spawn( variable
2607 static void testfn(Tid tid) in testfn()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/nat/
H A Daarch64-sve-linux-ptrace.c33 aarch64_sve_get_vq (int tid) in aarch64_sve_get_vq()
65 aarch64_sve_set_vq (int tid, uint64_t vq) in aarch64_sve_set_vq()
93 aarch64_sve_set_vq (int tid, struct reg_buffer_common *reg_buf) in aarch64_sve_set_vq()
122 aarch64_sve_get_sveregs (int tid) in aarch64_sve_get_sveregs()
/netbsd/external/gpl3/gdb.old/dist/gdb/nat/
H A Daarch64-sve-linux-ptrace.c33 aarch64_sve_get_vq (int tid) in aarch64_sve_get_vq()
65 aarch64_sve_set_vq (int tid, uint64_t vq) in aarch64_sve_set_vq()
93 aarch64_sve_set_vq (int tid, struct reg_buffer_common *reg_buf) in aarch64_sve_set_vq()
122 aarch64_sve_get_sveregs (int tid) in aarch64_sve_get_sveregs()
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d227 Tid tid; variable
242 Tid tid; variable
278 Tid tid; variable
330 Tid tid; variable
783 auto tid = spawn(&t1, thisTid); variable
850 bool onCrowdingThrow(Tid tid) @safe pure in onCrowdingThrow()
981 if (auto tid = name in tidByName) in unregister() local
1006 if (auto tid = name in tidByName) in locate() local
1910 auto tid = msg.get!(Tid); in get() local
2087 auto tid = msg.get!(Tid); in close() local
[all …]
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_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()
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dnon-stop.c56 pthread_t tid; in create_thread() local
72 pthread_t tid; in main() local

12345678910>>...18