Home
last modified time | relevance | path

Searched refs:threadLang (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dcoroutine.cpp36 ark::panda_file::SourceLang threadLang, PandaString name, CoroutineContext *context, in Coroutine()
38 : ManagedThread(id, allocator, vm, Thread::ThreadType::THREAD_TYPE_TASK, threadLang), in Coroutine()
35 Coroutine(ThreadId id, mem::InternalAllocatorPtr allocator, PandaVM *vm, ark::panda_file::SourceLang threadLang, PandaString name, CoroutineContext *context, std::optional<EntrypointInfo> &&epInfo) Coroutine() argument
H A Dcoroutine.h252 ark::panda_file::SourceLang threadLang, PandaString name, CoroutineContext *context,
/arkcompiler/runtime_core/static_core/runtime/
H A Dthread.cpp182 ManagedThread *ManagedThread::Create(Runtime *runtime, PandaVM *vm, ark::panda_file::SourceLang threadLang) in Create() argument
189 threadLang); in Create()
193 MTManagedThread *MTManagedThread::Create(Runtime *runtime, PandaVM *vm, ark::panda_file::SourceLang threadLang) in Create() argument
199 auto thread = new MTManagedThread(os::thread::GetCurrentThreadId(), allocator, vm, threadLang); in Create()
208 Thread::ThreadType threadType, ark::panda_file::SourceLang threadLang) in ManagedThread()
211 threadLang_(threadLang), in ManagedThread()
615 ark::panda_file::SourceLang threadLang) in MTManagedThread()
616 : ManagedThread(id, allocator, pandaVm, Thread::ThreadType::THREAD_TYPE_MT_MANAGED, threadLang), in MTManagedThread()
207 ManagedThread(ThreadId id, mem::InternalAllocatorPtr allocator, PandaVM *pandaVm, Thread::ThreadType threadType, ark::panda_file::SourceLang threadLang) ManagedThread() argument
614 MTManagedThread(ThreadId id, mem::InternalAllocatorPtr allocator, PandaVM *pandaVm, ark::panda_file::SourceLang threadLang) MTManagedThread() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmtmanaged_thread.h27 ark::panda_file::SourceLang threadLang = ark::panda_file::SourceLang::PANDA_ASSEMBLY);
30 ark::panda_file::SourceLang threadLang = ark::panda_file::SourceLang::PANDA_ASSEMBLY);
H A Dmanaged_thread.h254 ark::panda_file::SourceLang threadLang = ark::panda_file::SourceLang::PANDA_ASSEMBLY);
258 ark::panda_file::SourceLang threadLang = ark::panda_file::SourceLang::PANDA_ASSEMBLY);

Completed in 9 milliseconds