| /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...] |
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| H A D | dfx_unwind_async_thread.h | 31 DfxUnwindAsyncThread(std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder, uint64_t stackId) in DfxUnwindAsyncThread() argument
|
| H A D | dfx_stack_info_formatter.cpp | 123 Json::Value thread; in GetDumpInfo() local 138 bool DfxStackInfoFormatter::FillFrames(const std::shared_ptr<DfxThread>& thread, in FillFrames() argument [all...] |
| H A D | cppcrash_reporter.cpp | 59 std::shared_ptr<DfxThread> thread = dumpMode_ == FUSION_MODE ? process_->keyThread_ : process_->vmThread_; in Format() local
|
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
| H A D | hc_thread.c | 31 HcThread* thread = (HcThread*)args;
in StaticThreadFunc() local 56 Start(struct HcThreadT *thread) Start() argument 88 Join(struct HcThreadT *thread) Join() argument 100 BizWait(struct HcThreadT *thread) BizWait() argument 108 BizNotify(struct HcThreadT *thread) BizNotify() argument 116 InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) InitThread() argument 154 DestroyThread(HcThread *thread) DestroyThread() argument [all...] |
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/ |
| H A D | hc_thread.c | 27 HcThread *thread = (HcThread*)args;
in StaticThreadFunc() local 49 Start(struct HcThreadT *thread) Start() argument 81 Join(struct HcThreadT *thread) Join() argument 99 BizWait(struct HcThreadT *thread) BizWait() argument 107 BizNotify(struct HcThreadT *thread) BizNotify() argument 115 InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) InitThread() argument 154 DestroyThread(HcThread *thread) DestroyThread() argument [all...] |
| /base/security/device_auth/deps_adapter/os_adapter/interfaces/ |
| H A D | hc_thread.h | 36 pthread_t thread;
member
|
| H A D | hc_task_thread.h | 34 HcThread thread;
member
|
| /base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
| H A D | hc_thread.h | 32 pthread_t thread;
member
|
| /base/update/updater/services/applypatch/ |
| H A D | update_progress.cpp | 43 void SetProgressExitFlag(pthread_t &thread) in SetProgressExitFlag() argument 75 int CreateProgressThread(Uscript::UScriptEnv *env, pthread_t &thread) in CreateProgressThread() argument
|
| /base/update/updater/test/unittest/applypatch_test/ |
| H A D | update_progress_unittest.cpp | 62 pthread_t thread; in HWTEST_F() local
|
| /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
|
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/ |
| H A D | hc_task_thread.c | 24 static HcTaskBase* PopTask(HcTaskThread* thread)
in PopTask() argument 40 static void PushTask(struct HcTaskThreadT* thread, HcTaskBase* task)
in PushTask() argument 54 Clear(struct HcTaskThreadT* thread) Clear() argument 69 StopAndClear(struct HcTaskThreadT* thread) StopAndClear() argument 80 StartTaskThread(struct HcTaskThreadT* thread) StartTaskThread() argument 96 HcTaskThread* thread = (HcTaskThread*)args; TaskThreadLoop() local 121 InitHcTaskThread(HcTaskThread* thread, size_t stackSize, const char* threadName) InitHcTaskThread() argument 144 DestroyHcTaskThread(HcTaskThread* thread) DestroyHcTaskThread() argument [all...] |
| /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
|
| /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
|
| /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
|
| /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...] |