Lines Matching refs:tcb
148 struct tcb *printing_tcp = NULL;
149 static struct tcb *current_tcp;
151 static struct tcb **tcbtab;
157 static void detach(struct tcb *tcp);
396 ptrace_restart(const unsigned int op, struct tcb *const tcp, unsigned int sig) in ptrace_restart()
621 printleader(struct tcb *tcp) in printleader()
695 newoutf(struct tcb *tcp) in newoutf()
714 struct tcb *newtcbs; in expand_tcbtab()
729 static struct tcb *
733 struct tcb *tcp; in alloctcb()
763 get_tcb_priv_data(const struct tcb *tcp) in get_tcb_priv_data()
769 set_tcb_priv_data(struct tcb *tcp, void *const priv_data, in set_tcb_priv_data()
782 free_tcb_priv_data(struct tcb *tcp) in free_tcb_priv_data()
794 droptcb(struct tcb *tcp) in droptcb()
842 detach(struct tcb *tcp) in detach()
1027 attach_tcb(struct tcb *const tcp) in attach_tcb()
1069 struct tcb *tid_tcp = alloctcb(tid); in attach_tcb()
1094 struct tcb *tcp; in startup_attach()
1305 struct tcb *tcp; in startup_child()
1928 static struct tcb *
1937 struct tcb *tcp = tcbtab[i]; in pid2tcb()
1949 struct tcb *tcp; in cleanup()
2026 static struct tcb *
2044 struct tcb *tcp = alloctcb(pid); in maybe_allocate_tcb()
2060 static struct tcb *
2061 maybe_switch_tcbs(struct tcb *tcp, const int pid) in maybe_switch_tcbs()
2064 struct tcb *execve_thread; in maybe_switch_tcbs()
2110 print_signalled(struct tcb *tcp, const int pid, int status) in print_signalled()
2133 print_exited(struct tcb *tcp, const int pid, int status) in print_exited()
2149 print_stopped(struct tcb *tcp, const siginfo_t *si, const unsigned int sig) in print_stopped()
2166 startup_tcb(struct tcb *tcp) in startup_tcb()
2187 print_event_exit(struct tcb *tcp) in print_event_exit()
2233 struct tcb *tcp; in trace()