| /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/chromium_org/cc/resources/ |
| picture_pile_impl.h | 28 PicturePileImpl* GetCloneForDrawingOnThread(unsigned thread_index) const; 131 const PicturePileImpl* other, unsigned thread_index); 133 PicturePileImpl(const PicturePileImpl* other, unsigned thread_index);
|
| raster_worker_pool.cc | 65 void RunAnalysisOnThread(unsigned thread_index) { 75 picture_pile_->GetCloneForDrawingOnThread(thread_index); 92 bool RunRasterOnThread(SkDevice* device, unsigned thread_index) { 111 picture_pile_->GetCloneForDrawingOnThread(thread_index); 156 virtual bool RunOnWorkerThread(SkDevice* device, unsigned thread_index) 158 RunAnalysisOnThread(thread_index); variable 159 return RunRasterOnThread(device, thread_index); 208 virtual void RunOnWorkerThread(unsigned thread_index) OVERRIDE { 245 virtual void RunOnWorkerThread(unsigned thread_index) OVERRIDE {
|
| picture_pile_base.h | 29 PicturePileBase(const PicturePileBase* other, unsigned thread_index);
|
| worker_pool.h | 26 virtual void RunOnWorkerThread(unsigned thread_index) = 0;
|
| picture_pile_impl.cc | 44 const PicturePileImpl* other, unsigned thread_index) { 45 return make_scoped_refptr(new PicturePileImpl(other, thread_index)); 58 const PicturePileImpl* other, unsigned thread_index) 59 : PicturePileBase(other, thread_index), 67 unsigned thread_index) const { 68 CHECK_GT(clones_for_drawing_.clones_.size(), thread_index); 69 return clones_for_drawing_.clones_[thread_index].get();
|
| picture.h | 54 unsigned thread_index) const;
|
| image_raster_worker_pool.cc | 32 virtual void RunOnWorkerThread(unsigned thread_index) OVERRIDE { 44 task_->RunOnWorkerThread(&device, thread_index);
|
| picture_pile_base.cc | 54 const PicturePileBase* other, unsigned thread_index) 73 (*pic_iter)->GetCloneForDrawingOnThread(thread_index));
|
| worker_pool_perftest.cc | 22 virtual void RunOnWorkerThread(unsigned thread_index) OVERRIDE {} 35 virtual void RunOnWorkerThread(unsigned thread_index) OVERRIDE {
|
| worker_pool.cc | 311 int thread_index = next_thread_index_++; local 343 task->RunOnWorkerThread(thread_index);
|
| picture.cc | 158 unsigned thread_index) const { 161 CHECK_GT(clones_.size(), thread_index); 162 return clones_[thread_index];
|
| raster_worker_pool.h | 39 virtual bool RunOnWorkerThread(SkDevice* device, unsigned thread_index) = 0;
|
| raster_worker_pool_perftest.cc | 21 virtual void RunOnWorkerThread(unsigned thread_index) OVERRIDE {}
|
| raster_worker_pool_unittest.cc | 35 virtual bool RunOnWorkerThread(SkDevice* device, unsigned thread_index)
|
| pixel_buffer_raster_worker_pool.cc | 32 virtual void RunOnWorkerThread(unsigned thread_index) OVERRIDE { 46 needs_upload_ = task_->RunOnWorkerThread(&device, thread_index);
|
| worker_pool_unittest.cc | 25 virtual void RunOnWorkerThread(unsigned thread_index) OVERRIDE {
|
| /external/chromium_org/third_party/mesa/src/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/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];
|