HomeSort by relevance Sort by last modified time
    Searched defs:threadstarted (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/tests/signaltest/src/
signaltest.c 63 int threadstarted; member in struct:thread_stat
129 stat->threadstarted++;
199 stat->threadstarted = -1;
364 stat[i].threadstarted = 1;
372 if (stat[i].threadstarted != 2)
414 if (stat[i].threadstarted > 0)
416 if (stat[i].threadstarted) {
  /external/autotest/client/tests/cyclictest/src/
cyclictest.c 81 int threadstarted; member in struct:thread_stat
270 stat->threadstarted++;
360 stat->threadstarted = -1;
579 stat[i].threadstarted = 1;
613 if (stat[i].threadstarted > 0)
615 if (stat[i].threadstarted) {

Completed in 199 milliseconds