Home
last modified time | relevance | path

Searched refs:Threads (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/include/
H A Dthread_pool.h34 typedef std::list<std::shared_ptr<Thread>> Threads; typedef
71 Threads busyThreads_;
72 Threads idleThreads_;
/ohos5.0/foundation/ability/form_fwk/test/benchmarktest/form_manager_test/
H A Dform_manager_test.cpp132 BENCHMARK_REGISTER_F(FormManagerTest, GetAllFormsInfoTestCase)->Threads(NUM_THREADS);
133 BENCHMARK_REGISTER_F(FormManagerTest, GetFormsInfoByAppTestCase)->Threads(NUM_THREADS);
134 BENCHMARK_REGISTER_F(FormManagerTest, GetFormsInfoByModuleTestCase)->Threads(NUM_THREADS);
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/scripts/
H A Dusb_watch_process.sh26 cat /proc/${pid}/status | grep -e Threads >> $log_file
/ohos5.0/docs/en/application-dev/arkts-utils/
H A DReadme-EN.md40 - Communication Between Threads
64 - [Data Sharing Between C++ Threads](native-interthread-shared.md)
H A Dtaskpool-vs-worker.md12 | Memory model| Threads are isolated from each other, and memory is not shared.| Threads are isolat…
H A Dnative-interthread-shared.md1 # Data Sharing Between C++ Threads
H A Dthread_communication.md1 # Communication Between Threads
/ohos5.0/docs/en/application-dev/application-models/
H A Dthread-model-fa.md22 …ferent threads. Service interaction requires inter-thread communication. Threads can communicate w…
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-basic-process-scheduler.md12 Threads are the minimum scheduling units in OpenHarmony.
/ohos5.0/docs/zh-cn/device-dev/guide/
H A Ddevice-wlan-sdk.md167 /// Create a thread and add it to Active Threads.
/ohos5.0/docs/en/application-dev/napi/
H A Djsvm-frequently-questions.md71 …ads at the same time. For details, see [JSVM Instance Shared by Multiple Threads](jsvm-guidelines.…
H A Djsvm-guidelines.md103 ## JSVM Instance Shared by Multiple Threads
/ohos5.0/docs/en/device-dev/guide/
H A Ddevice-wlan-sdk.md158 /// Create a thread and add it to Active Threads.
/ohos5.0/docs/en/application-dev/performance/
H A Ddevelop-Native-modules-using-NAPI-safely-and-efficiently.md389 #### Calling Thread-Safe Functions in Other Threads
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dlibuv.md1403 [Incorporating libuv Worker Threads to the FFRT](https://gitee.com/openharmony/third_party_libuv/wi…
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-Java-secure-coding-guide.md197 Threads preserve class invariants when they are allowed to exit normally. Some thread APIs were ini…
/ohos5.0/docs/en/application-dev/
H A Dwebsite.md341 - Communication Between Threads<!--interthead-communication-guide-->
365 - [Data Sharing Between C++ Threads](arkts-utils/native-interthread-shared.md)