| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | base_thread_test.cpp | 79 auto newThread = ThreadStart(ThreadFunc); in TEST_F()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | base_thread_test.cpp | 75 auto new_thread = ThreadStart(ThreadFunc);
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | compileQueue.cpp | 31 threads_.push_back(os::thread::ThreadStart(Worker, this)); in CompileQueue()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | workerQueue.cpp | 41 threads_.push_back(os::thread::ThreadStart(Worker, this)); in WorkerQueue()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | sampling_profiler.h | 89 void ThreadStart(ManagedThread *managedThread) override;
|
| D | sampling_profiler.cpp | 152 void Sampler::ThreadStart(ManagedThread *managedThread) in ThreadStart() function in panda::tooling::sampler::Sampler
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | inspector.h | 64 void ThreadStart(PtThread thread) override;
|
| D | inspector.cpp | 163 void Inspector::ThreadStart(PtThread thread) in ThreadStart() function in panda::tooling::inspector::Inspector
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | runtime_notification.h | 46 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/ |
| D | thread.h | 120 native_handle_type ThreadStart(Func *func, Args... args)
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | thread.h | 120 NativeHandleType ThreadStart(Func *func, Args... args)
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | signal.h | 128 …catcherThread_ = thread::ThreadStart(&SignalCatcherThread::Run<SigAction, Args...>, this, sigActio… in StartThread()
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | signal.h | 129 …catcher_thread_ = thread::ThreadStart(&SignalCatcherThread::Run<SigAction, Args...>, this, sig_act… in StartThread()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | pt_hooks_wrapper.h | 237 void ThreadStart(PtThread thread) override in ThreadStart() function 246 loadedHooks->ThreadStart(thread); in ThreadStart()
|
| D | debugger.h | 196 void ThreadStart(ManagedThread *managedThread) override in ThreadStart() function 198 hooks_.ThreadStart(PtThread(managedThread)); in ThreadStart()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | test_runner.h | 137 void ThreadStart(PtThread thread) override in ThreadStart() function
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | allocator_test_base.h | 1281 …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/ |
| D | debug_interface.h | 252 virtual void ThreadStart(PtThread /* thread */) {} in ThreadStart() function
|