/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/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
malloc_hook_test.cc | 209 int thread_num) { 218 int value = (i << shift) + thread_num; 245 fprintf(stderr, "thread %d: %s\n", thread_num, message.c_str()); 252 void MultithreadedTestThreadRunner(int thread_num) { 273 MultithreadedTestThread(&list, shift, thread_num);
|
heap-checker_unittest.cc | 860 const int thread_num = reinterpret_cast<intptr_t>(a); local 861 VLOG(0) << "A new HeapBusyThread " << thread_num; 907 if (FLAGS_test_register_leak && thread_num % 5 == 0) { [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
malloc_hook_test.cc | 209 int thread_num) { 218 int value = (i << shift) + thread_num; 245 fprintf(stderr, "thread %d: %s\n", thread_num, message.c_str()); 252 void MultithreadedTestThreadRunner(int thread_num) { 273 MultithreadedTestThread(&list, shift, thread_num);
|
heap-checker_unittest.cc | 860 const int thread_num = reinterpret_cast<intptr_t>(a); local 861 VLOG(0) << "A new HeapBusyThread " << thread_num; 907 if (FLAGS_test_register_leak && thread_num % 5 == 0) { [all...] |
/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:__anon28693::ThreadData 281 if (thread_data->thread_num % 2 == 0) { 290 if (thread_data->thread_num % 2 == 1) { [all...] |
/external/stressapptest/src/ |
worker.cc | [all...] |