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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
slow-waitpid.c 126 static struct timeval last_waitpid_time = { 0, 0 }; variable in typeref:struct:timeval
141 struct timeval *tv = &last_waitpid_time;
333 last_waitpid_time.tv_sec = 0;
334 last_waitpid_time.tv_usec = 0;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
slow-waitpid.c 126 static struct timeval last_waitpid_time = { 0, 0 }; variable in typeref:struct:timeval
141 struct timeval *tv = &last_waitpid_time;
333 last_waitpid_time.tv_sec = 0;
334 last_waitpid_time.tv_usec = 0;

Completed in 22 milliseconds