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

  /external/valgrind/none/tests/
pth_once.c 56 int *id_arg, thread_num, rtn; local
61 for (thread_num = 0; thread_num < NUM_THREADS; (thread_num)++) {
63 id_arg[thread_num] = thread_num;
65 if (( rtn = pthread_create(&threads[thread_num],
68 (void *) &(id_arg[thread_num])))
75 for (thread_num = 0; thread_num < NUM_THREADS; thread_num++)
    [all...]
  /external/valgrind/drd/tests/
thread_name.c 21 const int thread_num = (ptrdiff_t)(argp); local
26 "thread_func instance %d", thread_num + 1);
34 while (s_counter != thread_num)
annotate_barrier.c 42 int thread_num; member in struct:threadinfo
111 printf("thread %d iteration 0\n", p->thread_num);
117 p->thread_num, i + 1, &array[i]);
143 t[i].thread_num = i + 1;

Completed in 266 milliseconds