Searched refs:alloctcb (Results 1 – 4 of 4) sorted by relevance
518 #define alloctcb(pid) alloc_tcb((pid), 1) macro
446 tcp = alloctcb(tid); in startup_attach()676 tcp = alloctcb(daemonized_tracer ? getppid() : pid); in startup_child()2485 tcp = alloctcb(pid); in trace()
530 tcpchild = alloctcb(tcp->u_rval);831 tcpchild = alloctcb(pid); in handle_new_child()1005 tcpchild = alloctcb(pid);
218 fork_tcb(tcp) and alloctcb(pid) in a block.241 * process.c: Change all callsites of alloctcb(), alloc_tcb() and245 Change all callsites of alloctcb(), alloc_tcb() and1438 (alloctcb): Rename to alloc_tcb. Add alloctcb() macro wrapper1449 (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.