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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
multiple-successive-infcall.c 23 #define THREADCOUNT 4
29 static pthread_t threads[THREADCOUNT];
33 static int thread_ids[THREADCOUNT];
39 for (int tid = 0; tid < THREADCOUNT; ++tid)
86 int err = pthread_barrier_init (&print_barrier, NULL, THREADCOUNT);
94 for (int tid = 0; tid < THREADCOUNT; ++tid)
107 for (int tid = 0; tid < THREADCOUNT; ++tid)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
multiple-successive-infcall.c 23 #define THREADCOUNT 4
29 static pthread_t threads[THREADCOUNT];
33 static int thread_ids[THREADCOUNT];
39 for (int tid = 0; tid < THREADCOUNT; ++tid)
86 int err = pthread_barrier_init (&print_barrier, NULL, THREADCOUNT);
94 for (int tid = 0; tid < THREADCOUNT; ++tid)
107 for (int tid = 0; tid < THREADCOUNT; ++tid)

Completed in 65 milliseconds