Searched refs:curpid (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/bltins/
H A Dsleep.c139 pid_t newpid, curpid=getpid(); local
150 if((newpid=getpid()) != curpid)
152 curpid = newpid;

Completed in 26 milliseconds