Searched defs:tcb (Results 1 – 4 of 4) sorted by relevance
343 struct tcb { struct364 struct tcb *parent; /* Parent of this process */ argument365 int nchildren; /* # of traced children */366 int waitpid; /* pid(s) this process is waiting for */367 int nzombies; /* # of formerly traced children now dead */369 int nclone_threads; /* # of nchildren with CLONE_THREAD */370 int nclone_waiting; /* clone threads in wait4 (TCB_SUSPENDED) */373 long baddr; /* `Breakpoint' address */374 long inst[2]; /* Instructions on above */375 int pfd; /* proc file descriptor */[all …]
323 TimeoutCallback *tcb; in _dbus_loop_add_timeout() local376 TimeoutCallback *tcb, in check_timeout()658 TimeoutCallback *tcb = TIMEOUT_CALLBACK (cb); in _dbus_loop_iterate() local735 TimeoutCallback *tcb = TIMEOUT_CALLBACK (cb); in _dbus_loop_iterate() local
44 struct socket tcb; variable