Searched defs:cpid (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/tests/vmalloc/ |
H A D | tmmopen.c | 32 pid_t ppid, cpid; local 35 { cpid = getpid(); 39 tinfo("Child[pid=%d]: allocating heap memory before opening shm region", cpid); 42 terror("Child[pid=%d]: Can't allocate segment %d", cpid, k); 45 { tinfo("Child[pid=%d]: opening shm region", cpid); 47 terror("Child[pid=%d]: Can't open shm region in child process", cpid); 48 tinfo("Child[pid=%d]: shm region opened", cpid); 51 tinfo("Child[pid=%d]: allocating heap memory before opening map region", cpid); 54 terror("Child[pid=%d]: Can't allocate segment %d", cpid, k); 57 { tinfo("Child[pid=%d]: opening map region", cpid); [all...] |
/ast/src/cmd/tests/aso/ |
H A D | tproc.c | 62 pid_t pid, cpid[N_PROC]; local 103 { cpid[k] = pid; 111 if (twait(cpid, N_PROC))
|
/ast/src/cmd/tests/cdt/ |
H A D | tvsafehash.c | 230 pid_t cpid[N_CONCUR], ppid, pid; local 282 if((cpid[p] = makeprocess(argv[0], p, aso)) < 0 ) 284 if (twait(cpid, N_CONCUR))
|
H A D | tvsaferehash.c | 232 pid_t cpid[N_CONCUR], ppid, pid; local 284 if((cpid[p] = makeprocess(argv[0], p, aso)) < 0 ) 286 if (twait(cpid, N_CONCUR))
|
H A D | tvsafetree.c | 229 pid_t cpid[N_CONCUR], ppid, pid; local 281 if((cpid[p] = makeprocess(argv[0], p, aso)) < 0 ) 283 if (twait(cpid, N_CONCUR))
|
/ast/src/cmd/ksh93/sh/ |
H A D | subshell.c | 97 pid_t cpid; member in struct:subshell 450 if(sp->cpid==pid) 581 sp->cpid = shp->cpid; 584 shp->cpid = 0; 774 shp->cpid = sp->cpid;
|
Completed in 12 milliseconds