Searched refs:thread_num (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/none/tests/ |
D | pth_once.c | 56 int *id_arg, thread_num, rtn; in main() local 61 for (thread_num = 0; thread_num < NUM_THREADS; (thread_num)++) { in main() 63 id_arg[thread_num] = thread_num; in main() 65 if (( rtn = pthread_create(&threads[thread_num], in main() 68 (void *) &(id_arg[thread_num]))) in main() 75 for (thread_num = 0; thread_num < NUM_THREADS; thread_num++) { in main() 76 pthread_join(threads[thread_num], NULL); in main()
|
/external/valgrind/drd/tests/ |
D | annotate_barrier.c | 42 int thread_num; member 111 printf("thread %d iteration 0\n", p->thread_num); in threadfunc() 117 p->thread_num, i + 1, &array[i]); in threadfunc() 143 t[i].thread_num = i + 1; in barriers_and_races()
|
D | thread_name.c | 21 const int thread_num = (ptrdiff_t)(argp); in thread_func() local 26 "thread_func instance %d", thread_num + 1); in thread_func() 34 while (s_counter != thread_num) in thread_func()
|
/external/lldb/tools/lldb-perf/lib/ |
D | Xcode.cpp | 150 for (auto thread_num = 0; thread_num < threads_count; thread_num++) in GetThreadWithStopReason() local 152 SBThread thread(process.GetThreadAtIndex(thread_num)); in GetThreadWithStopReason()
|
/external/lldb/tools/lldb-perf/darwin/sketch/ |
D | sketch.cpp | 53 for (size_t thread_num = 0; thread_num < threads_count; thread_num++) in __anonc0957f9d0402() local 55 SBThread thread(process.GetThreadAtIndex(thread_num)); in __anonc0957f9d0402()
|
/external/valgrind/exp-bbv/ |
D | bbv_main.c | 126 static VgFile *open_tracefile(Int thread_num) in open_tracefile() argument 135 if (thread_num==1) { in open_tracefile() 139 VG_(sprintf)(temp_string,"%s.%d",bb_out_file,thread_num); in open_tracefile()
|
/external/webrtc/src/modules/audio_processing/test/ |
D | unit_test.cc | 251 : thread_num(thread_num_), in ThreadData() 254 int thread_num; member 281 if (thread_data->thread_num % 2 == 0) { in DeadlockProc() 290 if (thread_data->thread_num % 2 == 1) { in DeadlockProc()
|
/external/google-breakpad/src/processor/ |
D | stackwalk_common.cc | 624 static void PrintStackMachineReadable(int thread_num, const CallStack *stack) { in PrintStackMachineReadable() argument 628 printf("%d%c%d%c", thread_num, kOutputSeparator, frame_index, in PrintStackMachineReadable()
|