HomeSort by relevance Sort by last modified time
    Searched defs:thread_index (Results 1 - 7 of 7) 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/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/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 98 unsigned thread_index; member in struct:lp_rasterizer_task
  /external/google-benchmark/include/benchmark/
benchmark_api.h 129 if (state.thread_index == 0) {
135 if (state.thread_index == 0) {
485 const int thread_index; member in class:benchmark::internal::State
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark_api.h 129 if (state.thread_index == 0) {
135 if (state.thread_index == 0) {
438 const int thread_index; member in class:benchmark::internal::State
  /external/autotest/client/tests/aiostress/
aio-stress.c 1467 int thread_index; local
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 1504 int thread_index; local
    [all...]

Completed in 371 milliseconds