Lines Matching refs:ppid
518 pid_t wpid[N_INSERT+N_DELETE+N_SEARCH], ppid, pid;
551 if((ppid = getpid()) < 0 )
586 tinfo("parent %s [pid=%d]: Testing %s concurrent accesses", type, ppid, type);
589 tinfo("parent %s [pid=%d]: initializing dictionary", type, ppid);
590 if(!(dt = opendictionary("parent", type, 0, ppid, store)) )
591 terror("parent %s [pid=%d]: Can't open %s dictionary", type, ppid, type);
593 terror("parent %s [pid=%d]: Can't get dictionary discipline", type, ppid);
594 tinfo("parent %s [pid=%d]: share dictionary created", type, ppid);
598 terror("parent %s [pid=%d]: Could not make inserter process %d", type, ppid, i);
602 terror("parent %s [pid=%d]: Could not make deleter process %d", type, ppid, i);
606 terror("parent %s [pid=%d]: Could not make searcher process %d", type, ppid, i);
614 terror("parent %s [pid=%d]: bad object", type, ppid);
617 type, ppid, o->dval, o->ins);
620 type, ppid, o->dval, o->srch);
623 type, ppid, o->dval, o->del);
625 tlog(ppid, "%d", o->dval);
634 terror("parent %s [pid=%d]: Count[%d] = %d > 1", type, ppid, k, Count[k]);
639 type, ppid, walk, size, i);
641 terror("parent %s [pid=%d]: counts mismatched", type, ppid);