HomeSort by relevance Sort by last modified time
    Searched refs:thread_count (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/valgrind/drd/tests/
pth_create_chain.c 17 int thread_count = *(int*)(p); local
20 if (thread_count > 0)
22 thread_count--;
23 // std::cout << "create " << thread_count << std::endl;
24 s_arg[thread_count] = thread_count;
27 pthread_create(&s_thread[thread_count], &attr, thread_func,
28 &s_arg[thread_count]);
31 std::cout << "created " << thread_count << "(" << s_thread[thread_count]
41 unsigned thread_count; local
    [all...]
pth_barrier_thr_cr.c 30 int thread_count = barriers * barrier_participants; local
37 tid = malloc(thread_count * sizeof(*tid));
39 for (i = 0; i < thread_count; i++) {
43 for (i = 0; i < thread_count; i++) {
pth_broadcast.c 114 int thread_count; local
134 thread_count = argc > optind + 1 ? atoi(argv[optind + 1]) : 10;
148 thread_vec = malloc(sizeof(struct cthread) * thread_count);
149 for (p = thread_vec; p != thread_vec + thread_count; p++)
161 csema_p(&sema, thread_count);
170 for (i = 0; i < thread_count; i++)
annotate_barrier.c 30 unsigned thread_count; member in struct:__anon42613
59 b->thread_count = count;
79 if (__sync_add_and_fetch(&b->wait_count, 1) == b->thread_count)
81 __sync_sub_and_fetch(&b->wait_count, b->thread_count);
annotate_rwlock.c 143 const int thread_count = 10; local
144 pthread_t tid[thread_count];
148 for (i = 0; i < thread_count; i++)
153 for (i = 0; i < thread_count; i++)
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_dev.c 86 dev->thread_count = 336;
90 dev->thread_count = 168;
94 dev->thread_count = 84;
112 dev->thread_count = 280;
116 dev->thread_count = 140;
120 dev->thread_count = 70;
141 dev->thread_count = 128;
145 dev->thread_count = 36;
168 dev->thread_count = 60;
172 dev->thread_count = 24
    [all...]
ilo_state_shader.c 171 uint16_t thread_count; local
178 thread_count = 504;
181 thread_count = (dev->gt >= 2) ? 280 : 70;
186 thread_count = dev->thread_count;
190 return thread_count - 1;
199 uint16_t thread_count; local
208 thread_count = vs_get_gen6_thread_count(dev, info);
229 dw5 |= thread_count << GEN75_VS_DW5_MAX_THREADS__SHIFT;
231 dw5 |= thread_count << GEN6_VS_DW5_MAX_THREADS__SHIFT
256 uint16_t thread_count; local
283 uint16_t thread_count; local
361 uint16_t thread_count; local
388 uint16_t thread_count; local
479 uint16_t thread_count; local
519 uint16_t thread_count; local
596 uint16_t thread_count; local
    [all...]
ilo_builder_media.h 128 unsigned thread_count; local
135 thread_count = (thread_group_size + simd_size - 1) / simd_size;
136 assert(thread_count <= 64);
151 dw[2] = (thread_count - 1) << GEN7_GPGPU_DW2_THREAD_MAX_X__SHIFT;
ilo_dev.h 59 int thread_count; member in struct:ilo_dev
  /external/linux-kselftest/tools/testing/selftests/timers/
threadtest.c 122 int thread_count, i; local
131 thread_count = DEFAULT_THREAD_COUNT;
141 thread_count = atoi(optarg);
156 if (thread_count > MAX_THREADS)
157 thread_count = MAX_THREADS;
165 printf("Testing consistency with %i threads for %ld seconds: ", thread_count, runtime);
168 for (i = 0; i < thread_count; i++)
185 for (i = 0; i < thread_count; i++)
  /external/python/cpython2/Lib/test/
test_dummy_thread.py 151 thread_count = 5
152 testing_queue = Queue.Queue(thread_count)
156 "(will take approx. %s to %s sec.) ***" % (DELAY, thread_count)
157 for count in xrange(thread_count):
167 self.assertEqual(testing_queue.qsize(), thread_count,
169 (thread_count, DELAY))
  /bionic/tests/
stack_protector_test.cpp 74 size_t thread_count = 9; local
75 for (size_t i = 1; i < thread_count; ++i) {
86 ASSERT_EQ(thread_count, checker.tids.size());
  /external/compiler-rt/test/tsan/
debugging.cc 16 int *mutex_count, int *thread_count,
57 int stack_count, mop_count, loc_count, mutex_count, thread_count, local
61 &loc_count, &mutex_count, &thread_count,
90 fprintf(stderr, "thread_count = %d\n", thread_count);
91 // CHECK: thread_count = 2
  /external/valgrind/helgrind/tests/
annotate_rwlock.c 157 const int thread_count = 10; local
158 pthread_t tid[thread_count];
162 for (i = 0; i < thread_count; i++)
167 for (i = 0; i < thread_count; i++)
  /art/test/911-get-stack-trace/
stack_trace.cc 145 jint thread_count; local
148 jvmtiError result = jvmti_env->GetAllStackTraces(max, &stack_infos, &thread_count);
166 jobjectArray ret = CreateObjectArray(env, thread_count, "[Ljava/lang/Object;", callback);
173 jint thread_count = env->GetArrayLength(jthreads); local
174 std::unique_ptr<jthread[]> threads(new jthread[thread_count]);
175 for (jint i = 0; i != thread_count; ++i) {
181 jvmtiError result = jvmti_env->GetThreadListStackTraces(thread_count,
202 jobjectArray ret = CreateObjectArray(env, thread_count, "[Ljava/lang/Object;", callback);
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/common/
ARDUtilities.m 103 mach_msg_type_number_t thread_count;
104 if (task_threads(task, &thread_array, &thread_count) != KERN_SUCCESS) {
112 for (size_t i = 0; i < thread_count; ++i) {
126 sizeof(thread_act_t) * thread_count);
  /art/test/925-threadgroups/
threadgroups.cc 91 jint thread_count; local
97 &thread_count,
111 return CreateObjectArray(env, thread_count, "java/lang/Thread", inner_callback);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld.h 36 uptr thread_count() const { return thread_ids_.size(); } function in class:__sanitizer::SuspendedThreadsList
  /external/libvpx/libvpx/test/
encode_perf_test.cc 164 char thread_count[32]; local
165 snprintf(thread_count, sizeof(thread_count), "_t-%d",
167 display_name += thread_count;
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_ds_state.c 75 const unsigned thread_count = (devinfo->max_tes_threads - 1) << local
100 thread_count |
  /toolchain/binutils/binutils-2.27/gold/
workqueue-threads.cc 150 Workqueue_threader_threadpool::set_thread_count(int thread_count)
156 this->desired_thread_count_ = thread_count;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_dummy_thread.py 151 thread_count = 5
152 testing_queue = Queue.Queue(thread_count)
156 "(will take approx. %s to %s sec.) ***" % (DELAY, thread_count)
157 for count in xrange(thread_count):
167 self.assertTrue(testing_queue.qsize() == thread_count,
169 (thread_count, DELAY))
  /external/python/cpython3/Lib/test/
test_dummy_thread.py 193 thread_count = 5
194 testing_queue = queue.Queue(thread_count)
200 DELAY, thread_count))
202 for count in range(thread_count):
212 self.assertEqual(testing_queue.qsize(), thread_count,
214 "after %s sec." % (thread_count, DELAY))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_dummy_thread.py 151 thread_count = 5
152 testing_queue = Queue.Queue(thread_count)
156 "(will take approx. %s to %s sec.) ***" % (DELAY, thread_count)
157 for count in xrange(thread_count):
167 self.assertTrue(testing_queue.qsize() == thread_count,
169 (thread_count, DELAY))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_dummy_thread.py 151 thread_count = 5
152 testing_queue = Queue.Queue(thread_count)
156 "(will take approx. %s to %s sec.) ***" % (DELAY, thread_count)
157 for count in xrange(thread_count):
167 self.assertTrue(testing_queue.qsize() == thread_count,
169 (thread_count, DELAY))

Completed in 346 milliseconds

1 2 3 4 5