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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
slow-waitpid.c 132 #define WAITPID_MIN_TIME (1)
155 if ((new_tv.tv_sec - tv->tv_sec) < WAITPID_MIN_TIME)
191 /* Delay one second longer than WAITPID_MIN_TIME so that there can be no
194 sleep (WAITPID_MIN_TIME + 1);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
slow-waitpid.c 132 #define WAITPID_MIN_TIME (1)
155 if ((new_tv.tv_sec - tv->tv_sec) < WAITPID_MIN_TIME)
191 /* Delay one second longer than WAITPID_MIN_TIME so that there can be no
194 sleep (WAITPID_MIN_TIME + 1);

Completed in 48 milliseconds