Home
last modified time | relevance | path

Searched defs:thread (Results 1 - 25 of 44) sorted by relevance

12

/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/
H A Dthread.h21 class thread { class
29 explicit thread(const char* name, qos qos_, Fn&& fn, Args&&... args) in thread() function in ffrt::thread
42 explicit thread(qos qos_, Fn&& fn, Args&&... args) in thread() function in ffrt::thread
57 explicit thread(Fn&& fn, Args&& ... args) in thread() function in ffrt::thread
[all...]
/foundation/arkui/ace_engine/frameworks/component_test/
H A Didle_watcher.h43 RefPtr<TaskRunnerAdapter> thread; member in OHOS::Ace::ComponentTest::IdleMonitorThread
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/offscreen_render/
H A Drs_offscreen_render_thread_test.cpp91 std::shared_ptr<RSOffscreenRenderThread> thread = std::make_shared<RSOffscreenRenderThread>(); in HWTEST_F() local
[all...]
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/task_manager/
H A Dthread_pool.h49 mutable std::thread thread; member
/foundation/ai/ai_engine/services/common/platform/threadpool/source/
H A Dthread_pool.cpp69 std::shared_ptr<Thread> thread; in Pop() local
87 void ThreadPool::Push(std::shared_ptr<Thread> &thread) in Push() argument
[all...]
/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_thread.cpp81 void SetThreadAttr(WorkerThread* thread, const QoS& qos) in SetThreadAttr() argument
H A Dworker_thread.h205 std::thread thread; global() member in ffrt::WorkerThread
[all...]
H A Dcpuworker_manager.cpp93 CPUEUTask* CPUWorkerManager::PickUpTaskFromLocalQueue(WorkerThread* thread) in PickUpTaskFromLocalQueue() argument
104 unsigned int CPUWorkerManager::StealTaskBatch(WorkerThread* thread) in StealTaskBatch() argument
133 TryPoll(const WorkerThread* thread, int timeout) TryPoll() argument
162 NotifyTaskPicked(const WorkerThread* thread) NotifyTaskPicked() argument
167 WorkerRetired(WorkerThread* thread) WorkerRetired() argument
247 IsExceedRunningThreshold(const WorkerThread* thread) IsExceedRunningThreshold() argument
[all...]
H A Dscpuworker_manager.cpp103 WorkerAction SCPUWorkerManager::WorkerIdleAction(const WorkerThread* thread) in WorkerIdleAction() argument
153 PickUpTaskFromGlobalQueue(WorkerThread* thread) PickUpTaskFromGlobalQueue() argument
165 PickUpTaskBatch(WorkerThread* thread) PickUpTaskBatch() argument
204 WorkerPrepare(WorkerThread* thread) WorkerPrepare() argument
[all...]
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_condition.cpp299 ffrt_thread_t thread; in HWTEST_F() local
H A Dut_thread.cpp151 ffrt_thread_t thread; in HWTEST_F() local
H A Dut_loop.cpp192 pthread_t thread; in HWTEST_F() local
/foundation/CastEngine/castengine_wifi_display/tests/demo/network/
H A Dudp_server_demo.cpp81 pthread_t thread; in main() local
/foundation/ai/ai_engine/test/common/threadpool/
H A Dthread_pool_test.cpp125 Thread thread; in HWTEST_F() local
/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dengine.cpp29 Engine::Engine(std::shared_ptr<Plugin> &plugin, std::shared_ptr<Thread> &thread, in Engine() argument
H A Dengine_manager.cpp203 std::shared_ptr<Thread> thread = threadPool->Pop(); in CreateEngine() local
/foundation/ability/ability_runtime/test/moduletest/ability_test/
H A Ddata_ability_helper_module_test.cpp73 sptr<AppExecFwk::AbilityThread> thread = nullptr; in HWTEST_F() local
99 sptr<AppExecFwk::AbilityThread> thread = nullptr; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/appkit/child_main_thread_test/
H A Dchild_main_thread_test.cpp74 sptr<ChildMainThread> thread = sptr<ChildMainThread>(new (std::nothrow) ChildMainThread()); in HWTEST_F() local
91 sptr<ChildMainThread> thread = sptr<ChildMainThread>(new (std::nothrow) ChildMainThread()); in HWTEST_F() local
109 sptr<ChildMainThread> thread = sptr<ChildMainThread>(new (std::nothrow) ChildMainThread()); in HWTEST_F() local
129 sptr<ChildMainThread> thread = sptr<ChildMainThread>(new (std::nothrow) ChildMainThread()); HWTEST_F() local
163 sptr<ChildMainThread> thread = sptr<ChildMainThread>(new (std::nothrow) ChildMainThread()); HWTEST_F() local
198 sptr<ChildMainThread> thread = sptr<ChildMainThread>(new (std::nothrow) ChildMainThread()); HWTEST_F() local
217 sptr<ChildMainThread> thread = sptr<ChildMainThread>(new (std::nothrow) ChildMainThread()); HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_thread_test.cpp63 SoftBusThread thread = SoftBusThreadGetSelf(); in ThreadSelfTest() local
468 SoftBusThread thread = 0; in HWTEST_F() local
483 SoftBusThread thread = 0; in HWTEST_F() local
502 SoftBusThread thread in HWTEST_F() local
522 SoftBusThread thread = 0; HWTEST_F() local
541 SoftBusThread thread = 0; HWTEST_F() local
560 SoftBusThread thread = 0; HWTEST_F() local
579 SoftBusThread thread = 0; HWTEST_F() local
598 SoftBusThread thread = 0; HWTEST_F() local
618 SoftBusThread thread = 0; HWTEST_F() local
635 SoftBusThread thread = 0; HWTEST_F() local
659 SoftBusThread thread = 0; HWTEST_F() local
683 SoftBusThread thread = 0; HWTEST_F() local
707 SoftBusThread thread = 0; HWTEST_F() local
729 SoftBusThread thread = 0; HWTEST_F() local
751 SoftBusThread thread = 0; HWTEST_F() local
770 SoftBusThread thread = 0; HWTEST_F() local
1008 SoftBusThread thread = 0; HWTEST_F() local
1029 SoftBusThread thread = 0; HWTEST_F() local
[all...]
/foundation/ai/ai_engine/services/common/platform/threadpool/include/
H A Dthread.h112 SetThread(Thread *thread) SetThread() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/applifecycledeal_fuzzer/
H A Dapplifecycledeal_fuzzer.cpp65 sptr<IAppScheduler> thread = nullptr; in DoSomethingInterestingWithMyAPI() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd.c138 Thread *thread = BTM_GetProcessingThread(); in HciCmdOnCmdTimeout() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dthread_linux.c44 Thread *thread; member
69 Thread *thread = startPromise->thread; in ThreadStartFunc() local
99 ThreadIsSelf(const Thread *thread) ThreadIsSelf() argument
109 ThreadStop(Thread *thread) ThreadStop() argument
125 Thread *thread = (Thread *)calloc(1, (sizeof(Thread))); ThreadCreate() local
177 ThreadDelete(Thread *thread) ThreadDelete() argument
191 ThreadPostTask(Thread *thread, TaskFunc func, void *context) ThreadPostTask() argument
205 ThreadGetReactor(const Thread *thread) ThreadGetReactor() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_util.c131 void PthreadJoin(pthread_t thread, void **retval) in PthreadJoin() argument
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp54 sptr<ChildMainThread> thread = sptr<ChildMainThread>(new (std::nothrow) ChildMainThread()); in Start() local

Completed in 12 milliseconds

12