Searched refs:Threads (Results 1 – 17 of 17) sorted by relevance
34 typedef std::list<std::shared_ptr<Thread>> Threads; typedef71 Threads busyThreads_;72 Threads idleThreads_;
132 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);
26 cat /proc/${pid}/status | grep -e Threads >> $log_file
40 - Communication Between Threads64 - [Data Sharing Between C++ Threads](native-interthread-shared.md)
12 | Memory model| Threads are isolated from each other, and memory is not shared.| Threads are isolat…
1 # Data Sharing Between C++ Threads
1 # Communication Between Threads
22 …ferent threads. Service interaction requires inter-thread communication. Threads can communicate w…
12 Threads are the minimum scheduling units in OpenHarmony.
167 /// Create a thread and add it to Active Threads.
71 …ads at the same time. For details, see [JSVM Instance Shared by Multiple Threads](jsvm-guidelines.…
103 ## JSVM Instance Shared by Multiple Threads
158 /// Create a thread and add it to Active Threads.
389 #### Calling Thread-Safe Functions in Other Threads
1403 [Incorporating libuv Worker Threads to the FFRT](https://gitee.com/openharmony/third_party_libuv/wi…
197 Threads preserve class invariants when they are allowed to exit normally. Some thread APIs were ini…
341 - Communication Between Threads<!--interthead-communication-guide-->365 - [Data Sharing Between C++ Threads](arkts-utils/native-interthread-shared.md)