Home
last modified time | relevance | path

Searched defs:threadType (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/
H A Dthread_checker.cpp22 bool CheckThread(TaskExecutor::TaskType threadType) in CheckThread() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dthread.cpp78 Thread::Thread(PandaVM *vm, ThreadType threadType) in Thread() argument
207 ManagedThread(ThreadId id, mem::InternalAllocatorPtr allocator, PandaVM *pandaVm, Thread::ThreadType threadType, ark::panda_file::SourceLang threadLang) ManagedThread() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmanaged_thread.h126 Thread::ThreadType threadType = thread->GetThreadType(); in ThreadIsManagedThread() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp135 JSThread::JSThread(EcmaVM *vm, ThreadType threadType) : id_(os::thread::GetCurrentThreadId()), in JSThread() argument
144 JSThread::JSThread(ThreadType threadType) : threadType_(threadType) in JSThread() argument

Completed in 10 milliseconds