HomeSort by: relevance | last modified time | path
    Searched defs:lastpid (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/unbound/dist/compat/
getentropy_linux.c 344 static pid_t lastpid; local
350 if (lastpid == pid) {
355 lastpid = pid;
getentropy_osx.c 216 static pid_t lastpid; local
230 if (lastpid == pid) {
235 lastpid = pid;
getentropy_solaris.c 265 static pid_t lastpid; local
271 if (lastpid == pid) {
276 lastpid = pid;
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mplay.c 81 pidpair *lastpid; variable
500 lastpid = pids+npids;
502 return lastpid;
509 if (!lastpid || lastpid->tpid != tpid) {
515 lastpid = &pids[i];
517 return lastpid;
  /src/usr.bin/make/
meta.c 1083 int lastpid = 0; local
1174 * variable qualified by 'lastpid', and
1180 if (pid > 0 && pid != lastpid) {
1183 if (lastpid > 0) {
1190 lastpid = pid;
1221 lastpid = 0; /* no need to save ldir_vname */

Completed in 68 milliseconds