/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_vk_image_manager.cpp | 75 pid_t threadIndex) in MapVkImageFromSurfaceBuffer() 107 const sptr<OHOS::SurfaceBuffer>& buffer, pid_t threadIndex) in NewImageCacheFromBuffer() 137 pid_t threadIndex = UNI_RENDER_THREAD_INDEX; in UnMapVkImageFromSurfaceBuffer() local
|
H A D | rs_egl_image_manager.h | 58 void SetThreadIndex(const pid_t threadIndex) in SetThreadIndex()
|
H A D | rs_egl_image_manager.cpp | 251 const pid_t threadIndex) in CreateImageCacheFromBuffer() 285 const sptr<SyncFence>& acquireFence, pid_t threadIndex) in MapEglImageFromSurfaceBuffer() 319 pid_t threadIndex = 0; in UnMapEglImageFromSurfaceBuffer() local
|
H A D | rs_base_render_util.h | 88 uint32_t threadIndex = UNI_MAIN_THREAD_INDEX; // use to decide eglimage unmap thread index member
|
H A D | rs_uni_render_util.cpp | 412 const RSSurfaceRenderNode& node, bool forceCPU, uint32_t threadIndex, bool useRenderParams) in CreateBufferDrawParam() 472 …onst DrawableV2::RSSurfaceRenderNodeDrawable& surfaceDrawable, bool forceCPU, uint32_t threadIndex) in CreateBufferDrawParam() 1103 void RSUniRenderUtil::ClearCacheSurface(RSRenderNode& node, uint32_t threadIndex, bool isClearCompl… in ClearCacheSurface() 1127 …nderUtil::PostReleaseSurfaceTask(std::shared_ptr<Drawing::Surface>&& surface, uint32_t threadIndex) in PostReleaseSurfaceTask()
|
H A D | rs_uni_render_visitor.h | 92 void SetSubThreadConfig(uint32_t threadIndex) in SetSubThreadConfig()
|
H A D | rs_base_render_engine.cpp | 198 …const sptr<SurfaceBuffer>& buffer, const sptr<SyncFence>& acquireFence, const uint32_t threadIndex, in CreateEglImageFromBuffer()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_ui_first_surface_render_node_drawable_test.cpp | 92 uint32_t threadIndex = 0; variable 131 uint32_t threadIndex = 1; variable 160 uint32_t threadIndex = 1; variable 347 uint32_t threadIndex = 0; variable
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_thread_pool.cpp | 89 int threadIndex = 0; in SpawnThread() local 115 std::string IPCWorkThreadPool::MakeThreadName(int proto, int &threadIndex) in MakeThreadName()
|
H A D | ipc_workthread.cpp | 55 std::string IPCWorkThread::MakeBasicThreadName(int proto, int threadIndex) in MakeBasicThreadName() 147 void IPCWorkThread::Start(int policy, int proto, int threadIndex) in Start()
|
/ohos5.0/base/update/updater/services/script/threadpool/ |
H A D | threadpool.cpp | 67 for (int32_t threadIndex = 0; threadIndex < threadNumber_; ++threadIndex) { in Init() local 74 void ThreadPool::ThreadRun(int32_t threadIndex) in ThreadRun()
|
H A D | thread_pool.h | 58 static void ThreadExecute(void* context, int32_t threadIndex) in ThreadExecute()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_ui_first_surface_render_node_drawable.cpp | 72 std::shared_ptr<Drawing::Surface> RSSurfaceRenderNodeDrawable::GetCacheSurface(uint32_t threadIndex, in GetCacheSurface() 132 RSPaintFilterCanvas& canvas, uint32_t threadIndex, bool isUIFirst) in GetCompletedImage() 221 uint32_t threadIndex, bool isUIFirst) in DrawCacheSurface() 256 uint32_t threadIndex, bool isHdrOn) in InitCacheSurface()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/ |
H A D | rs_sub_thread.h | 34 …RSSubThread(RenderContext* context, uint32_t threadIndex) : threadIndex_(threadIndex), renderConte… in RSSubThread()
|
H A D | rs_sub_thread_manager.cpp | 58 void RSSubThreadManager::PostTask(const std::function<void()>& task, uint32_t threadIndex, bool isS… in PostTask() 174 auto threadIndex = surfaceNode->GetSubmittedSubThreadIndex(); in SubmitSubThreadTask() local 328 …ThreadManager::AddToReleaseQueue(std::shared_ptr<Drawing::Surface>&& surface, uint32_t threadIndex) in AddToReleaseQueue()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/ |
H A D | worker_thread.cpp | 55 static int threadIndex[QoS::MaxNum()] = {0}; in WorkerSetup() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_base_render_node_test.cpp | 528 uint32_t threadIndex = 1; variable 554 uint32_t threadIndex = 1; variable 587 uint32_t threadIndex = 1; variable 628 uint32_t threadIndex = 1; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uni_render_util_test.cpp | 538 uint32_t threadIndex = 0; variable 550 uint32_t threadIndex = 1; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 2834 …InitCacheSurface(Drawing::GPUContext* gpuContext, ClearCacheSurfaceFunc func, uint32_t threadIndex) in InitCacheSurface() 2951 void RSRenderNode::DrawCacheSurface(RSPaintFilterCanvas& canvas, uint32_t threadIndex, bool isUIFir… in DrawCacheSurface() 3002 RSPaintFilterCanvas& canvas, uint32_t threadIndex, bool isUIFirst) in GetCompletedImage() 3096 std::shared_ptr<Drawing::Surface> RSRenderNode::GetCompletedCacheSurface(uint32_t threadIndex, bool… in GetCompletedCacheSurface() 3129 std::shared_ptr<Drawing::Surface> RSRenderNode::GetCacheSurface(uint32_t threadIndex, bool needChec… in GetCacheSurface()
|
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_napi_threadsafe.cpp | 706 auto runFunc = [callbackData](const napi_env &env, int32_t threadIndex) { in CallThreadSafeWithDiffPriorityMultipleThreadTest()
|