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

  /external/valgrind/main/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/main/drd/tests/
thread_name.c 20 const int thread_num = (ptrdiff_t)(argp); local
25 "thread_func instance %d", thread_num + 1);
31 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;
  /external/valgrind/main/exp-bbv/
bbv_main.c 137 static Int open_tracefile(Int thread_num)
145 if (thread_num==1) {
149 VG_(sprintf)(temp_string,"%s.%d",bb_out_file,thread_num);
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 251 : thread_num(thread_num_),
254 int thread_num; member in struct:__anon18352::ThreadData
281 if (thread_data->thread_num % 2 == 0) {
290 if (thread_data->thread_num % 2 == 1) {
    [all...]
  /external/stressapptest/src/
worker.cc     [all...]

Completed in 105 milliseconds