HomeSort by relevance Sort by last modified time
    Searched defs:thread_index (Results 1 - 10 of 10) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc 98 volatile uptr thread_index; member in struct:__sanitizer::AdvancedCallbackArgument
105 : thread_index(0),
115 &callback_argument->thread_index, 1);
126 __sync_fetch_and_add(&callback_argument->thread_index,
127 kThreadCount - callback_argument->thread_index);
175 while (__sync_fetch_and_add(&argument.thread_index, 0) < kStopWorldAfter)
182 while (__sync_fetch_and_add(&argument.thread_index, 0) < kThreadCount)
  /external/ltp/testcases/kernel/mem/mtest07/
mallocstress.c 208 int thread_index; local
210 for (thread_index = 0; thread_index < NUM_THREADS; thread_index++) {
211 SAFE_PTHREAD_CREATE(&thread_id[thread_index], NULL, alloc_mem,
212 (void *)(uintptr_t)thread_index);
219 for (thread_index = 0; thread_index < NUM_THREADS; thread_index++) {
222 SAFE_PTHREAD_JOIN(thread_id[thread_index], &status)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_queue.c 114 int thread_index; member in struct:thread_input
120 int thread_index = ((struct thread_input*)input)->thread_index; local
126 util_snprintf(name, sizeof(name), "%s:%i", queue->name, thread_index);
154 job.execute(job.job, thread_index);
157 job.cleanup(job.job, thread_index);
206 input->thread_index = i;
  /external/tensorflow/tensorflow/core/kernels/
bias_op_gpu.cu.cc 175 int32 thread_index = threadIdx.x; local
176 if (thread_index < 32) {
177 AccT data = s_data[thread_index];
181 if (thread_index == 0) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 98 unsigned thread_index; member in struct:lp_rasterizer_task
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
benchmark_api.h 129 if (state.thread_index == 0) {
135 if (state.thread_index == 0) {
479 const int thread_index; member in class:benchmark::internal::State
    [all...]
  /external/google-benchmark/include/benchmark/
benchmark.h 144 if (state.thread_index == 0) {
150 if (state.thread_index == 0) {
588 const int thread_index; member in class:benchmark::State
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 144 if (state.thread_index == 0) {
150 if (state.thread_index == 0) {
588 const int thread_index; member in class:benchmark::State
    [all...]
  /external/autotest/client/tests/aiostress/
aio-stress.c 1467 int thread_index; local
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 1508 int thread_index; local
    [all...]

Completed in 366 milliseconds