/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/ |
H A D | thread.h | 21 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 D | idle_watcher.h | 43 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 D | rs_offscreen_render_thread_test.cpp | 91 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 D | thread_pool.h | 49 mutable std::thread thread; member
|
/foundation/ai/ai_engine/services/common/platform/threadpool/source/ |
H A D | thread_pool.cpp | 69 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 D | worker_thread.cpp | 81 void SetThreadAttr(WorkerThread* thread, const QoS& qos) in SetThreadAttr() argument
|
H A D | worker_thread.h | 205 std::thread thread; global() member in ffrt::WorkerThread [all...] |
H A D | cpuworker_manager.cpp | 93 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 D | scpuworker_manager.cpp | 103 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 D | ut_condition.cpp | 299 ffrt_thread_t thread; in HWTEST_F() local
|
H A D | ut_thread.cpp | 151 ffrt_thread_t thread; in HWTEST_F() local
|
H A D | ut_loop.cpp | 192 pthread_t thread; in HWTEST_F() local
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/network/ |
H A D | udp_server_demo.cpp | 81 pthread_t thread; in main() local
|
/foundation/ai/ai_engine/test/common/threadpool/ |
H A D | thread_pool_test.cpp | 125 Thread thread; in HWTEST_F() local
|
/foundation/ai/ai_engine/services/server/server_executor/source/ |
H A D | engine.cpp | 29 Engine::Engine(std::shared_ptr<Plugin> &plugin, std::shared_ptr<Thread> &thread, in Engine() argument
|
H A D | engine_manager.cpp | 203 std::shared_ptr<Thread> thread = threadPool->Pop(); in CreateEngine() local
|
/foundation/ability/ability_runtime/test/moduletest/ability_test/ |
H A D | data_ability_helper_module_test.cpp | 73 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 D | child_main_thread_test.cpp | 74 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 D | softbus_thread_test.cpp | 63 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 D | thread.h | 112 SetThread(Thread *thread) SetThread() argument [all...] |
/foundation/ability/ability_runtime/test/fuzztest/applifecycledeal_fuzzer/ |
H A D | applifecycledeal_fuzzer.cpp | 65 sptr<IAppScheduler> thread = nullptr; in DoSomethingInterestingWithMyAPI() local
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/ |
H A D | hci_cmd.c | 138 Thread *thread = BTM_GetProcessingThread(); in HciCmdOnCmdTimeout() local
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/ |
H A D | thread_linux.c | 44 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 D | sys_util.c | 131 void PthreadJoin(pthread_t thread, void **retval) in PthreadJoin() argument
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | child_main_thread.cpp | 54 sptr<ChildMainThread> thread = sptr<ChildMainThread>(new (std::nothrow) ChildMainThread()); in Start() local
|