Home
last modified time | relevance | path

Searched defs:tcb (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Ddefs.h343 struct tcb { struct
364 struct tcb *parent; /* Parent of this process */ argument
365 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 …]
/external/dbus/dbus/
Ddbus-mainloop.c323 TimeoutCallback *tcb; in _dbus_loop_add_timeout() local
376 TimeoutCallback *tcb, in check_timeout()
658 TimeoutCallback *tcb = TIMEOUT_CALLBACK (cb); in _dbus_loop_iterate() local
735 TimeoutCallback *tcb = TIMEOUT_CALLBACK (cb); in _dbus_loop_iterate() local
/external/qemu/slirp/
Dtcp_input.c44 struct socket tcb; variable
/external/qemu/slirp-android/
Dtcp_input.c44 struct socket tcb; variable