Home
last modified time | relevance | path

Searched refs:ThreadStart (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbase_thread_test.cpp79 auto newThread = ThreadStart(ThreadFunc); in TEST_F()
/arkcompiler/runtime_core/libpandabase/tests/
Dbase_thread_test.cpp75 auto new_thread = ThreadStart(ThreadFunc);
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompileQueue.cpp31 threads_.push_back(os::thread::ThreadStart(Worker, this)); in CompileQueue()
/arkcompiler/ets_frontend/es2panda/util/
DworkerQueue.cpp41 threads_.push_back(os::thread::ThreadStart(Worker, this)); in WorkerQueue()
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsampling_profiler.h89 void ThreadStart(ManagedThread *managedThread) override;
Dsampling_profiler.cpp152 void Sampler::ThreadStart(ManagedThread *managedThread) in ThreadStart() function in panda::tooling::sampler::Sampler
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector.h64 void ThreadStart(PtThread thread) override;
Dinspector.cpp163 void Inspector::ThreadStart(PtThread thread) in ThreadStart() function in panda::tooling::inspector::Inspector
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_notification.h46 virtual void ThreadStart([[maybe_unused]] ManagedThread *managedThread) {} in ThreadStart() function
94 virtual void ThreadStart([[maybe_unused]] ManagedThread::ThreadId threadId) {} in ThreadStart() function
232 listener->ThreadStart(managedThread); in ThreadStartEvent()
/arkcompiler/runtime_core/libpandabase/os/
Dthread.h120 native_handle_type ThreadStart(Func *func, Args... args)
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dthread.h120 NativeHandleType ThreadStart(Func *func, Args... args)
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dsignal.h128 …catcherThread_ = thread::ThreadStart(&SignalCatcherThread::Run<SigAction, Args...>, this, sigActio… in StartThread()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dsignal.h129 …catcher_thread_ = thread::ThreadStart(&SignalCatcherThread::Run<SigAction, Args...>, this, sig_act… in StartThread()
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_hooks_wrapper.h237 void ThreadStart(PtThread thread) override in ThreadStart() function
246 loadedHooks->ThreadStart(thread); in ThreadStart()
Ddebugger.h196 void ThreadStart(ManagedThread *managedThread) override in ThreadStart() function
198 hooks_.ThreadStart(PtThread(managedThread)); in ThreadStart()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_runner.h137 void ThreadStart(PtThread thread) override in ThreadStart() function
/arkcompiler/runtime_core/static_core/runtime/tests/
Dallocator_test_base.h1281 …auto tid = os::thread::ThreadStart(&MtAllocRun, this, allocator, &numFinished, MIN_ALLOC_SIZE, MAX… in MtAllocTest()
1314 …auto tid = os::thread::ThreadStart(&MtAllocFreeRun, this, &allocator, &numFinished, freeGranularit… in MtAllocFreeTest()
1348 …auto tid = os::thread::ThreadStart(&MtAllocIterateRun, this, &allocator, &numFinished, rangeIterat… in MtAllocIterateTest()
1389 …os::thread::ThreadStart(&MtAllocCollectRun, this, &allocator, &numFinished, MIN_ALLOC_SIZE, MAX_AL… in MtAllocCollectTest()
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h252 virtual void ThreadStart(PtThread /* thread */) {} in ThreadStart() function