HomeSort by relevance Sort by last modified time
    Searched refs: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/google-benchmark/test/
benchmark_test.cc 125 if (state.thread_index == 0) {
138 if (state.thread_index == 0) {
156 int from = thread_size * state.thread_index;
159 if (state.thread_index == 0) {
171 if (state.thread_index == 0) {
  /external/google-breakpad/src/processor/
stackwalk_common.cc     [all...]
minidump_processor.cc 159 for (unsigned int thread_index = 0;
160 thread_index < thread_count;
161 ++thread_index) {
164 thread_index, thread_count);
167 MinidumpThread *thread = threads->GetThreadAtIndex(thread_index);
199 // Use processed_state->threads_.size() instead of thread_index.
200 // thread_index points to the thread index in the minidump, which
    [all...]
minidump.cc     [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast.c 505 task->query->count[task->thread_index] += task->vis_counter;
809 debug_printf("thread %d waiting for work\n", task->thread_index);
815 if (task->thread_index == 0) {
831 debug_printf("thread %d doing work\n", task->thread_index);
841 if (task->thread_index == 0) {
847 debug_printf("thread %d done working\n", task->thread_index);
899 task->thread_index = i;
lp_rast_priv.h 95 unsigned thread_index; member in struct:lp_rasterizer_task
198 task->color_tiles[buf] = lp_swizzled_cbuf[task->thread_index][buf];
  /external/google-benchmark/include/benchmark/
benchmark_api.h 129 if (state.thread_index == 0) {
135 if (state.thread_index == 0) {
362 const int thread_index; member in class:benchmark::State
  /external/autotest/client/tests/aiostress/
aio-stress.c 1467 int thread_index; local
    [all...]
  /external/google-benchmark/src/
benchmark.cc 744 thread_index(thread_i),
749 CHECK_LT(thread_index, threads) << "thread_index must be less than threads";

Completed in 299 milliseconds