HomeSort by relevance Sort by last modified time
    Searched refs:alloctcb (Results 1 - 3 of 3) sorted by null

  /external/strace/
strace.c 282 if ((tcp = alloctcb(pid)) == NULL) {
446 tcp = alloctcb(tid);
632 if ((tcp = alloctcb(pid)) == NULL) {
744 alloctcb(pid) function
    [all...]
defs.h 417 extern struct tcb *alloctcb P((int));
process.c 486 if ((tcpchild = alloctcb(tcp->u_rval)) == NULL) {
845 if ((tcpchild = alloctcb(pid)) == NULL) {
982 if ((tcpchild = alloctcb(pid)) == NULL) {
    [all...]

Completed in 71 milliseconds