Searched defs:tid (Results 1 - 25 of 352) sorted by path

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c44 timer_t tid; local
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c881 timer_t tid; local
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c184 ctf_ref_inc(ctf_file_t *fp, ctf_id_t tid) argument
202 ctf_ref_dec(ctf_file_t *fp, ctf_id_t tid) argument
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_diff.c759 pthread_t tid; local
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c77 thread_t tid; local
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c1021 tid_t tid, argid; local
H A Ddwarf.c156 tdesc_lookup(dwarf_t *dw, int tid) argument
563 tdesc_intr_common(dwarf_t *dw, int tid, const char *name, size_t sz) argument
H A Dst_parse.c147 unres_new(int tid) argument
162 int tid; local
289 int tid; local
346 int tid; local
[all...]
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestreslist.c95 int tid; member in struct:__anon165
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c8118 elfcore_grok_nto_status(bfd *abfd, Elf_Internal_Note *note, long *tid) argument
8169 elfcore_grok_nto_regs(bfd *abfd, Elf_Internal_Note *note, long tid, char *base) argument
8212 static long tid = 1; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresrc.c876 rc_res_id tid; local
/freebsd-11-stable/contrib/gcclibs/libgomp/config/linux/
H A Dlock.c102 int tid = tid_cache; local
124 int otid, tid = gomp_tid (); local
159 int otid, tid = gomp_tid (); local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-tasks.c734 task_switch (void *tid, void *lwpid) argument
H A Dcorelow.c607 core_file_thread_alive(ptid_t tid) argument
H A Ddefs.h779 long tid; member in struct:ptid
H A Dgnu-nat.c540 make_proc(struct inf *inf, mach_port_t port, int tid) argument
959 inf_tid_to_thread(struct inf *inf, int tid) argument
1414 gnu_wait(ptid_t tid, struct target_waitstatus *status) argument
1930 gnu_resume(ptid_t tid, int step, enum target_signal sig) argument
2235 gnu_thread_alive(ptid_t tid) argument
2570 int tid = PIDGET (ptid); local
2892 int tid = PIDGET (thread_id_to_pid (atoi (args))); local
[all...]
H A Dgnu-nat.h42 int tid; /* The GDB pid (actually a thread id). */ member in struct:proc
H A Dinfptrace.c365 int tid; local
428 int tid; local
H A Dinfrun.c3985 ptid_build(int pid, long lwp, long tid) argument
H A Dinfttrace.c356 lwpid_t tid; /* Thread ID */ member in struct:thread_info_struct
602 create_thread_info(int pid, lwpid_t tid) argument
720 find_thread_info(lwpid_t tid) argument
848 is_pseudo_thread(lwpid_t tid) argument
860 is_terminated(lwpid_t tid) argument
875 lwpid_t tid; local
912 add_tthread(int pid, lwpid_t tid) argument
926 del_tthread(lwpid_t tid) argument
1011 get_pid_for(lwpid_t tid) argument
1037 set_handled(int pid, lwpid_t tid) argument
1051 was_handled(lwpid_t tid) argument
1065 clear_handled(lwpid_t tid) argument
1107 clear_stepping_mode(lwpid_t tid) argument
1283 call_real_ttrace(ttreq_t request, pid_t pid, lwpid_t tid, TTRACE_ARG_TYPE addr, TTRACE_ARG_TYPE data, TTRACE_ARG_TYPE addr2) argument
1337 call_real_ttrace_wait(int pid, lwpid_t tid, ttwopt_t option, ttstate_t *tsp, size_t tsp_size) argument
1791 lwpid_t candidate_tid, tid; local
1945 int tid; /* really lwpid_t */ local
3003 lwpid_t tid; local
3053 lwpid_t tid; local
3159 hppa_enable_catch_fork(int tid) argument
3193 hppa_disable_catch_fork(int tid) argument
3230 child_insert_fork_catchpoint(int tid) argument
3243 child_remove_fork_catchpoint(int tid) argument
3255 hppa_enable_catch_vfork(int tid) argument
3291 hppa_disable_catch_vfork(int tid) argument
3326 child_insert_vfork_catchpoint(int tid) argument
3339 child_remove_vfork_catchpoint(int tid) argument
3356 hpux_has_forked(int tid, int *childpid) argument
3397 hpux_has_vforked(int tid, int *childpid) argument
3436 child_insert_exec_catchpoint(int tid) argument
3449 child_remove_exec_catchpoint(int tid) argument
3461 hpux_has_execd(int tid, char **execd_pathname) argument
3560 lwpid_t tid; local
3584 read_from_register_save_state(int tid, TTRACE_ARG_TYPE ss_offset, char *buf, int sizeof_buf) argument
3616 write_to_register_save_state(int tid, TTRACE_ARG_TYPE ss_offset, char *buf, int sizeof_buf) argument
3785 int tid; local
4167 thread_fake_step(lwpid_t tid, enum target_signal signal) argument
4293 lwpid_t tid; local
4577 lwpid_t tid; local
4988 child_pid_to_exec_file(int tid) argument
5553 lwpid_t tid; local
[all...]
H A Dnto-procfs.c214 pid_t tid; local
224 pid_t tid; local
1230 procfs_thread_info(pid_t pid, short tid) argument
1240 int pid, tid, n; local
[all...]
H A Dprocfs.c349 int tid; /* Thread/LWP id */ member in struct:procinfo
429 find_procinfo (int pid, int tid) argument
462 find_procinfo_or_die (int pid, int tid) argument
683 create_procinfo(int pid, int tid) argument
3688 int tid; local
3759 int tid; local
5629 int tid = 0; local
[all...]
H A Dremote.c1094 int tid = PIDGET (ptid); local
1806 int tid; local
H A Ds390-nat.c120 int tid = TIDGET (inferior_ptid); local
130 fetch_regs (int tid) argument
147 store_regs (int tid, int regnum) argument
167 fetch_fpregs (int tid) argument
184 store_fpregs(int tid, int regnum) argument
206 int tid = s390_inferior_tid (); local
222 int tid = s390_inferior_tid (); local
274 int tid = s390_inferior_tid (); local
[all...]
H A Duw-thread.c470 ptid_t tid = ptid; local
626 ptid_t tid = null_ptid; local
[all...]

Completed in 265 milliseconds

1234567891011>>