Home
last modified time | relevance | path

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

/external/strace/
Ddefs.h266 struct tcb { struct
283 struct tcb *parent; /* Parent of this process */ argument
284 int nchildren; /* # of traced children */
285 int waitpid; /* pid(s) this process is waiting for */
286 int nzombies; /* # of formerly traced children now dead */
288 int nclone_threads; /* # of nchildren with CLONE_THREAD */
289 int nclone_detached; /* # of nchildren with CLONE_DETACHED */
290 int nclone_waiting; /* clone threads in wait4 (TCB_SUSPENDED) */
293 long baddr; /* `Breakpoint' address */
294 long inst[2]; /* Instructions on above */
[all …]
/external/dbus/dbus/
Ddbus-mainloop.c322 TimeoutCallback *tcb; in _dbus_loop_add_timeout() local
375 TimeoutCallback *tcb, in check_timeout()
657 TimeoutCallback *tcb = TIMEOUT_CALLBACK (cb); in _dbus_loop_iterate() local
734 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