Searched refs:threadLang (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/coroutines/ |
H A D | coroutine.cpp | 36 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 D | coroutine.h | 252 ark::panda_file::SourceLang threadLang, PandaString name, CoroutineContext *context,
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | thread.cpp | 182 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 D | mtmanaged_thread.h | 27 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 D | managed_thread.h | 254 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