Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c690 alloctcb(int pid) in alloctcb() function
944 alloctcb(pid); in process_opt_p_list()
1027 cur_tcp = alloctcb(tid); in startup_attach()
1289 tcp = alloctcb(pid); in startup_child()
1301 alloctcb(pid); in startup_child()
1886 struct tcb *tcp = alloctcb(pid); in maybe_allocate_tcb()
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.