HomeSort by relevance Sort by last modified time
    Searched refs:NUM_THREADS (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/helgrind/tests/
tc21_pthonce.c 46 #define NUM_THREADS 2
59 assert(myid >= 0 && myid < NUM_THREADS);
80 pthread_t threads[NUM_THREADS];
82 id_arg = (int *)malloc(NUM_THREADS*sizeof(int));
84 for (i = 0; i < NUM_THREADS; i++) {
90 for (i = 0; i < NUM_THREADS; i++) {
  /external/valgrind/main/none/tests/
pth_once.c 31 #define NUM_THREADS 10
57 pthread_t threads[NUM_THREADS];
59 id_arg = (int *)malloc(NUM_THREADS*sizeof(int));
61 for (thread_num = 0; thread_num < NUM_THREADS; (thread_num)++) {
75 for (thread_num = 0; thread_num < NUM_THREADS; thread_num++) {
pth_cvsimple.c 19 #define NUM_THREADS 3
72 for (i = 0; i < NUM_THREADS; i++) {
  /external/valgrind/main/drd/tests/
thread_name.c 11 #define NUM_THREADS 10
46 pthread_t tid[NUM_THREADS];
51 for (i = 0; i < NUM_THREADS; i++)
54 for (i = 0; i < NUM_THREADS; i++)

Completed in 1524 milliseconds