Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/ets/test/
DThreadsNdk1.test.ets17 import threads from 'libthreadsndk1.so'
31 expect(threads.callOnce()).assertEqual(1);
44 expect(threads.cnd_broadcast()).assertEqual(0);
57 expect(threads.cnd_destroy()).assertEqual(0);
70 expect(threads.cnd_init()).assertEqual(0);
83 expect(threads.cnd_signal_One()).assertEqual(0);
96 expect(threads.cnd_signal_Two()).assertEqual(0);
109 expect(threads.mtxDestroy()).assertEqual(0);
122 expect(threads.mtxInit_One()).assertEqual(0);
135 expect(threads.mtxInit_Two()).assertEqual(0);
[all …]
DThreadsNdk.test.ets17 import threads from 'libthreadsndk.so'
31 expect(threads.cnd_timedwait()).assertEqual(1);
/test/xts/hats/kernel/rtginterface/
Drtg_interface_test.cpp497 vector<int> threads; variable
506 threads.push_back(pid[i]);
510 ret = AddThreadsToRtg(threads, grpId);
525 vector<int> threads; variable
534 threads.push_back(pid[i]);
538 ret = AddThreadsToRtg(threads, grpId, 36);
553 vector<int> threads; variable
562 threads.push_back(pid[i]);
566 ret = AddThreadsToRtg(threads, grpId);
568 ret = AddThreadsToRtg(threads, grpId);
[all …]
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtStabilityTest/src/
Dhdi_stability_test.cpp132 std::vector<std::thread> threads; variable
134 threads.emplace_back(std::thread(PrepareModelTest, device, iModel));
137 for (auto &th : threads) {
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtStabilityTest/src/
Dhdi_stability_test.cpp133 std::vector<std::thread> threads; variable
135 threads.emplace_back(std::thread(PrepareModelTest, device, iModel));
138 for (auto &th : threads) {
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverMultiThread/entry/src/main/ets/test/
DimageMultiThread.test.ets63 // For threads ready