Home
last modified time | relevance | path

Searched refs:alloctcb (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Ddefs.h518 #define alloctcb(pid) alloc_tcb((pid), 1) macro
Dstrace.c446 tcp = alloctcb(tid); in startup_attach()
676 tcp = alloctcb(daemonized_tracer ? getppid() : pid); in startup_child()
2485 tcp = alloctcb(pid); in trace()
Dprocess.c530 tcpchild = alloctcb(tcp->u_rval);
831 tcpchild = alloctcb(pid); in handle_new_child()
1005 tcpchild = alloctcb(pid);
DChangeLog-CVS218 fork_tcb(tcp) and alloctcb(pid) in a block.
241 * process.c: Change all callsites of alloctcb(), alloc_tcb() and
245 Change all callsites of alloctcb(), alloc_tcb() and
1438 (alloctcb): Rename to alloc_tcb. Add alloctcb() macro wrapper
1449 (alloctcb): Rename to alloc_tcb. Use newoutf().
1633 fork_tcb() before alloctcb(). Do not print "tcb table full"
1638 (alloctcb): Print error message when tcb table is full.
3344 * strace.c (alloctcb): Initialize it.
3717 (alloctcb) [TCB_CLONE_THREAD]: Initialize new fields.
3870 (alloctcb, main): Use tcbtabsize in place of MAX_PROCS; indirect.