Home
last modified time | relevance | path

Searched defs:threadIndex (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_vk_image_manager.cpp75 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 Drs_egl_image_manager.h58 void SetThreadIndex(const pid_t threadIndex) in SetThreadIndex()
H A Drs_egl_image_manager.cpp251 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 Drs_base_render_util.h88 uint32_t threadIndex = UNI_MAIN_THREAD_INDEX; // use to decide eglimage unmap thread index member
H A Drs_uni_render_util.cpp412 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 Drs_uni_render_visitor.h92 void SetSubThreadConfig(uint32_t threadIndex) in SetSubThreadConfig()
H A Drs_base_render_engine.cpp198 …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 Drs_ui_first_surface_render_node_drawable_test.cpp92 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 Dipc_thread_pool.cpp89 int threadIndex = 0; in SpawnThread() local
115 std::string IPCWorkThreadPool::MakeThreadName(int proto, int &threadIndex) in MakeThreadName()
H A Dipc_workthread.cpp55 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 Dthreadpool.cpp67 for (int32_t threadIndex = 0; threadIndex < threadNumber_; ++threadIndex) { in Init() local
74 void ThreadPool::ThreadRun(int32_t threadIndex) in ThreadRun()
H A Dthread_pool.h58 static void ThreadExecute(void* context, int32_t threadIndex) in ThreadExecute()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_ui_first_surface_render_node_drawable.cpp72 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 Drs_sub_thread.h34 …RSSubThread(RenderContext* context, uint32_t threadIndex) : threadIndex_(threadIndex), renderConte… in RSSubThread()
H A Drs_sub_thread_manager.cpp58 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 Dworker_thread.cpp55 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 Drs_base_render_node_test.cpp528 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 Drs_uni_render_util_test.cpp538 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 Drs_render_node.cpp2834 …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 Dtest_napi_threadsafe.cpp706 auto runFunc = [callbackData](const napi_env &env, int32_t threadIndex) { in CallThreadSafeWithDiffPriorityMultipleThreadTest()