HomeSort by relevance Sort by last modified time
    Searched defs:thread_num (Results 1 - 7 of 7) 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 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;
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 251 : thread_num(thread_num_),
254 int thread_num; member in struct:__anon37195::ThreadData
281 if (thread_data->thread_num % 2 == 0) {
290 if (thread_data->thread_num % 2 == 1) {
    [all...]
  /external/chromium_org/media/cast/test/
cast_benchmarks.cc 683 static int thread_num = 0; local
690 thread_num++;
691 (*threads)[thread_num % threads->size()]->message_loop()->PostTask(
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
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/
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...]

Completed in 2818 milliseconds