Home
last modified time | relevance | path

Searched refs:ThreadType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dthread_container.cpp23 if (mask & ThreadType::Platform) { in ThreadContainer()
27 if (mask & ThreadType::UI) { in ThreadContainer()
31 if (mask & ThreadType::GPU) { in ThreadContainer()
35 if (mask & ThreadType::IO) { in ThreadContainer()
H A Dthread_model_impl.cpp30 typeMask |= ThreadContainer::ThreadType::UI; in CreateThreadModel()
33 typeMask |= ThreadContainer::ThreadType::GPU; in CreateThreadModel()
H A Dthread_container.h24 enum ThreadType { enum
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_thread_skeleton.h30 enum class ThreadType { enum
64 static bool SetThreadType(ThreadType type);
86 ThreadType threadType_ = ThreadType::NORMAL_THREAD;
/ohos5.0/foundation/resourceschedule/frame_aware_sched/common/include/
H A Drme_constants.h21 enum class ThreadType { enum
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_thread_skeleton.cpp169 if (threadType_ == ThreadType::IPC_THREAD) { in ~IPCThreadSkeleton()
311 bool IPCThreadSkeleton::SetThreadType(ThreadType type) in SetThreadType()
H A Dipc_workthread.cpp98 (void)IPCThreadSkeleton::SetThreadType(ThreadType::IPC_THREAD); in ThreadHandler()