Home
last modified time | relevance | path

Searched refs:sleep (Results 76 - 100 of 2451) sorted by relevance

12345678910>>...99

/test/xts/acts/location/geolocation_errorCode/entry/src/ohosTest/js/test/
H A DLocationErrorTest.test.js33 function sleep(ms) { function
42 await sleep(3000);
140 await sleep(500);
163 await sleep(4000);
190 await sleep(1500);
213 await sleep(1500);
240 await sleep(2000);
267 await sleep(2000);
289 await sleep(2000);
/test/xts/acts/security_lite/huks/liteos_m_adapter/
H A Dhks_others_test.c68 sleep(WAIT_TO_TEST_DONE); in HksOthersTestSetUp()
173 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE()
195 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE()
217 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE()
239 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE()
261 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE()
283 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE()
305 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE()
327 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE()
H A Dhks_curve25519_test.c70 sleep(WAIT_TO_TEST_DONE); in HksCurve25519TestSetUp()
135 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE()
157 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE()
179 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE()
201 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE()
H A Dhks_aes_test.c65 sleep(WAIT_TO_TEST_DONE); in HksAesTestSetUp()
137 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE()
159 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE()
181 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE()
206 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE()
/kernel/linux/linux-6.6/kernel/sched/
H A Dstats.h112 bool sleep);
142 static inline void psi_dequeue(struct task_struct *p, bool sleep) in psi_dequeue() argument
148 * A voluntary sleep is a dequeue followed by a task switch. To in psi_dequeue()
153 if (sleep) in psi_dequeue()
165 * deregister its sleep-persistent psi states from the old in psi_ttwu_dequeue()
180 bool sleep) in psi_sched_switch()
185 psi_task_switch(prev, next, sleep); in psi_sched_switch()
190 static inline void psi_dequeue(struct task_struct *p, bool sleep) {} in psi_dequeue() argument
194 bool sleep) {} in psi_sched_switch()
178 psi_sched_switch(struct task_struct *prev, struct task_struct *next, bool sleep) psi_sched_switch() argument
192 psi_sched_switch(struct task_struct *prev, struct task_struct *next, bool sleep) psi_sched_switch() argument
/test/xts/acts/communication/wifi_p2p/entry/src/ohosTest/js/test/
H A DWifiP2PEvent.test.js44 function sleep(delay) { function
81 await sleep(3000);
109 await sleep(2000);
118 await sleep(2000);
136 await sleep(3000);
155 await sleep(3000);
215 await sleep(3000);
/test/xts/acts/communication/nfc_ErrorCode/entry/src/ohosTest/js/test/
H A DMifareUltralightTag.test.js20 function sleep(delay) {
88 sleep(3000);
122 sleep(3000);
152 sleep(3000);
187 sleep(3000);
/test/xts/acts/communication/nfc_Controller/entry/src/ohosTest/js/test/
H A DMifareUltralightTag.test.js20 function sleep(delay) {
88 sleep(3000);
118 sleep(3000);
147 sleep(3000);
178 sleep(3000);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
H A D2-3.c93 sleep(1); in fn_rd()
124 sleep(1); in fn_wr()
181 sleep(1); in main()
205 sleep(1); in main()
225 sleep(1); in main()
H A D1-1.c59 sleep(1); in fn_rd()
103 sleep(1); in main()
146 sleep(1); in main()
167 sleep(1); in main()
/test/xts/acts/multimedia/media/media_js_standard/avplayeraudiondk/entry/src/main/cpp/
H A DAudioPlayerNDK.cpp57 sleep(g_playTime); in PlayerStatePrepare()
77 sleep(g_playTime); in PlayerStatePlayer()
97 sleep(g_playTime); in PlayerStatePause()
176 sleep(g_playTime); in PlayerStateSeek()
197 sleep(g_playTime); in PlayerStateGetCurrentTime()
218 sleep(g_playTime); in PlayerStateSetSpeed()
242 sleep(g_playTime); in PlayerStateGetSpeed()
263 sleep(g_playTime); in PlayerStateIsPlaying()
305 sleep(g_playTime); in PlayerStateLoop()
326 sleep(g_playTim in PlayerStateSetSpeed_1_25_X()
[all...]
/applications/standard/contacts_data/jstest/
H A DContacts_test.js41 function sleep(numberMillis)
61 sleep(sleep_two);
89 sleep(sleep_one);
107 sleep(sleep_one);
141 sleep(sleep_one);
178 sleep(sleep_one);
275 sleep(sleep_one);
326 sleep(sleep_one);
502 sleep(sleep_one);
524 sleep(sleep_on
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dsleep-s3c2410.S8 * Based on PXA/SA1100 sleep code by:
25 * put the cpu into sleep mode
29 @@ prepare cpu to sleep
38 orr r7, r7, #S3C2410_REFRESH_SELF @ SDRAM sleep command
50 streq r7, [r4] @ SDRAM sleep command
52 streq r9, [r6] @ CPU sleep
/kernel/linux/build/test/moduletest/runtest/bin/enhancedf2fs_t/testcases/bin/
H A Denhancedf2fs02.sh43 sleep 60
66 sleep 240
68 sleep 90
70 sleep 5
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dsetup_loopback.sh16 sleep 1
31 sleep 1
63 sleep 1
80 sleep 1
/kernel/liteos_a/testsuites/unittest/container/full/
H A DIt_pid_container_020.cpp41 sleep(TEST_PARENT_SLEEP_TIME); in Child()
45 sleep(TEST_PARENT_SLEEP_TIME); in Child()
54 sleep(TEST_PARENT_SLEEP_TIME); in Child()
116 sleep(5); /* 5: Wait for process resources to be reclaimed */ in ItPidContainer020()
/kernel/liteos_a/testsuites/unittest/extended/signal/full/
H A Dsignal_test_025.cpp53 sleep(1); in TestBlock()
65 sleep(1); in TestBlock()
77 sleep(1); in TestBlock()
111 sleep(1); in TestBlock()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/
H A D4-4.c22 * - sleep for time TIMERINTERVAL+ADDITIONALEXPIRES*TIMERINTERAL (must do
25 * - sleep for time TIMERINTERVAL and ensure timer expires (2X)
103 sleep(TIMERINTERVAL); in main()
105 sleep(TIMERINTERVAL); in main()
118 sleep(TIMERINTERVAL + ADDITIONALDELTA); in main()
127 sleep(TIMERINTERVAL + ADDITIONALDELTA); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
H A D5-1.c47 * This handler is just used to catch the signal and stop sleep (so the
82 sleep(1); // give parent time to set up handler in main()
85 /* make sure parent enter the final sleep */ in main()
87 sleep(1); in main()
98 /* parent runs stopsleep_handler when sleep is interrupted in main()
106 if (sleep(3) == 0) { in main()
107 /* If sleep finished, child is probably blocking */ in main()
127 if (sleep(3) == 0) { in main()
129 * mq_send didn't succeed and interrupt sleep() in main()
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
H A Dnexthop.sh415 sleep 6
441 sleep 4
450 sleep 4
476 sleep 2
478 sleep 4
484 sleep 4
511 sleep 2
513 sleep 4
542 sleep 2
544 sleep
[all...]
H A Dfib_notifications.sh94 sleep 1
96 sleep 1
143 sleep 1
148 sleep 1
150 sleep 1
186 sleep 1
191 sleep 1
193 sleep 1
/test/xts/hats/powermgr/power/hdi_power_additional/common/
H A Dhdi_power_test.cpp1243 sleep(WAIT_TIME); in HWTEST_F()
1253 sleep(WAIT_TIME); in HWTEST_F()
1270 sleep(WAIT_TIME); in HWTEST_F()
1280 sleep(WAIT_TIME); in HWTEST_F()
1297 sleep(WAIT_TIME); in HWTEST_F()
1307 sleep(WAIT_TIME); in HWTEST_F()
1324 sleep(WAIT_TIME); in HWTEST_F()
1334 sleep(WAIT_TIME); in HWTEST_F()
1351 sleep(WAIT_TIME); in HWTEST_F()
1361 sleep(WAIT_TIM in HWTEST_F()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
H A D1-2.c62 sleep(1); in a_thread_func()
89 sleep(1); in main()
104 sleep(1); in main()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dclone.c39 sleep(1); in clone_0100()
53 sleep(1); in clone_0200()
66 sleep(1); in clone_0300()
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
H A Dcamera_3a_uttest.cpp53 sleep(1); in HWTEST_F()
77 sleep(1); in HWTEST_F()
101 sleep(1); in HWTEST_F()
125 sleep(1); in HWTEST_F()
149 sleep(1); in HWTEST_F()
173 sleep(1); in HWTEST_F()
197 sleep(1); in HWTEST_F()
221 sleep(1); in HWTEST_F()
245 sleep(1); in HWTEST_F()
269 sleep( in HWTEST_F()
[all...]

Completed in 54 milliseconds

12345678910>>...99