Searched defs:thread_index (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cc98 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/chromium_org/cc/resources/
H A Dpicture_pile_base.cc72 unsigned thread_index)
88 picture_map_[it->first] = it->second.CloneForThread(thread_index);
299 int thread_index) const {
302 info.picture_ = picture_->GetCloneForDrawingOnThread(thread_index);
71 PicturePileBase(const PicturePileBase* other, unsigned thread_index) argument
H A Dworker_pool.cc311 int thread_index = next_thread_index_++; local
343 task->RunOnWorkerThread(thread_index);
H A Dpicture_pile_impl.cc43 const PicturePileImpl* other, unsigned thread_index) {
44 return make_scoped_refptr(new PicturePileImpl(other, thread_index));
57 const PicturePileImpl* other, unsigned thread_index)
58 : PicturePileBase(other, thread_index),
66 unsigned thread_index) const {
67 CHECK_GT(clones_for_drawing_.clones_.size(), thread_index);
68 return clones_for_drawing_.clones_[thread_index].get();
42 CreateCloneForDrawing( const PicturePileImpl* other, unsigned thread_index) argument
56 PicturePileImpl( const PicturePileImpl* other, unsigned thread_index) argument
H A Draster_worker_pool.cc76 void RunAnalysisOnThread(unsigned thread_index) { argument
86 picture_pile_->GetCloneForDrawingOnThread(thread_index);
101 bool RunRasterOnThread(unsigned thread_index, argument
122 picture_pile_->GetCloneForDrawingOnThread(thread_index);
200 virtual bool RunOnWorkerThread(unsigned thread_index,
205 RunAnalysisOnThread(thread_index); variable
206 return RunRasterOnThread(thread_index, buffer, size, stride);
266 virtual void RunOnWorkerThread(unsigned thread_index) OVERRIDE {
300 virtual void RunOnWorkerThread(unsigned thread_index) OVERRIDE {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h95 unsigned thread_index; member in struct:lp_rasterizer_task
198 task->color_tiles[buf] = lp_swizzled_cbuf[task->thread_index][buf];
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h95 unsigned thread_index; member in struct:lp_rasterizer_task
198 task->color_tiles[buf] = lp_swizzled_cbuf[task->thread_index][buf];

Completed in 219 milliseconds