/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
H A D | 5-1.c | 149 sleep(1); in main() 186 sleep(1); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
H A D | 6-1.c | 135 sleep(1); in main() 152 sleep(1); in main()
|
H A D | 5-1.c | 154 sleep(1); in main() 190 sleep(1); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/ |
H A D | 2-2.c | 117 sleep(1); in main() 172 sleep(1); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/ |
H A D | sem_readerwriter.c | 67 sleep(1); in reader() 92 /* When ThID is equal to WRITE_NUM/2, sleep 2 second and let reader read the data */ in writer() 94 sleep(2); in writer()
|
H A D | sem_philosopher.c | 77 sleep(1); in philosopher() 93 sleep(1); in philosopher()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
H A D | 4-1.c | 96 sleep(1); in main() 114 sleep(1); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
H A D | 2-2.c | 130 sleep(1); in main() 139 sleep(1); in main()
|
/third_party/pulseaudio/scripts/ |
H A D | benchmark_memory_usage.sh | 93 sleep 12 114 sleep 1
|
/third_party/python/Doc/includes/ |
H A D | mp_pool.py | 21 time.sleep(0.5 * random.random()) 25 time.sleep(0.5 * random.random())
|
/third_party/python/Lib/turtledemo/ |
H A D | fractalcurves.py | 15 from time import sleep, perf_counter as clock namespace 115 sleep(3)
|
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
H A D | avsession_controller_test.cpp | 799 sleep(1); in HWTEST_F() 833 sleep(1); in HWTEST_F() 853 sleep(1); in HWTEST_F() 916 sleep(1); in HWTEST_F() 933 sleep(1); in HWTEST_F() 950 sleep(1); in HWTEST_F() 976 sleep(1); in HWTEST_F() 1000 sleep(1); in HWTEST_F() 1024 sleep(1); in HWTEST_F() 1047 sleep( in HWTEST_F() [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | dmlib.py | 140 time.sleep(1) 171 time.sleep(2) 208 time.sleep(2) 211 time.sleep(2) 340 time.sleep(3) 759 time.sleep(1) 813 time.sleep(2) 955 time.sleep(5 / 1000) 970 time.sleep(5 / 1000) 978 time.sleep( [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_transition_demo.cpp | 531 sleep(1); in main() 539 sleep(1); in main() 561 sleep(NUMBER_TWO); in main() 564 sleep(NUMBER_TWO); in main() 567 sleep(NUMBER_TWO); in main() 570 sleep(NUMBER_TWO); in main()
|
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
H A D | hgm_frame_rate_manager_test.cpp | 247 sleep(1); // wait for handler task finished in HWTEST_F() 282 sleep(1); // wait for handler task finished in HWTEST_F() 336 sleep(1); // wait for handler task finished in HWTEST_F() 451 sleep(1); // wait for timer stop in HWTEST_F() 466 sleep(1); // wait for timer stop in HWTEST_F() 485 sleep(1); // wait for timer stop in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/media/common/b2c2/ |
H A D | flexcop-fe-tuner.c | 188 fc->fe_sleep = ops->sleep; in skystar2_rev23_attach() 189 ops->sleep = flexcop_sleep; in skystar2_rev23_attach() 295 fc->fe_sleep = fc->fe->ops.sleep; in skystar2_rev26_attach() 296 fc->fe->ops.sleep = flexcop_sleep; in skystar2_rev26_attach() 334 fc->fe_sleep = fc->fe->ops.sleep; in skystar2_rev27_attach() 335 fc->fe->ops.sleep = flexcop_sleep; in skystar2_rev27_attach()
|
/kernel/linux/linux-5.10/drivers/staging/olpc_dcon/ |
H A D | olpc_dcon.c | 190 * DCONLOAD works in a sleep and account for it accordingly 193 static void dcon_sleep(struct dcon_priv *dcon, bool sleep) in dcon_sleep() argument 197 /* Turn off the backlight and put the DCON to sleep */ in dcon_sleep() 199 if (dcon->asleep == sleep) in dcon_sleep() 205 if (sleep) { in dcon_sleep() 212 dcon->asleep = sleep; in dcon_sleep() 221 dcon->asleep = sleep; in dcon_sleep() 510 __ATTR(sleep, 0644, dcon_sleep_show, dcon_sleep_store),
|
/kernel/linux/linux-6.6/drivers/staging/olpc_dcon/ |
H A D | olpc_dcon.c | 191 * DCONLOAD works in a sleep and account for it accordingly 194 static void dcon_sleep(struct dcon_priv *dcon, bool sleep) in dcon_sleep() argument 198 /* Turn off the backlight and put the DCON to sleep */ in dcon_sleep() 200 if (dcon->asleep == sleep) in dcon_sleep() 206 if (sleep) { in dcon_sleep() 213 dcon->asleep = sleep; in dcon_sleep() 222 dcon->asleep = sleep; in dcon_sleep() 511 __ATTR(sleep, 0644, dcon_sleep_show, dcon_sleep_store),
|
/kernel/linux/linux-6.6/drivers/media/common/b2c2/ |
H A D | flexcop-fe-tuner.c | 188 fc->fe_sleep = ops->sleep; in skystar2_rev23_attach() 189 ops->sleep = flexcop_sleep; in skystar2_rev23_attach() 295 fc->fe_sleep = fc->fe->ops.sleep; in skystar2_rev26_attach() 296 fc->fe->ops.sleep = flexcop_sleep; in skystar2_rev26_attach() 334 fc->fe_sleep = fc->fe->ops.sleep; in skystar2_rev27_attach() 335 fc->fe->ops.sleep = flexcop_sleep; in skystar2_rev27_attach()
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
H A D | camera_video_test.cpp | 149 sleep(TIME_FOR_WAIT_IMAGE_PREVIEW); in StopStream() 158 sleep(TIME_FOR_RECEIVE_FRAME_OFF); in StopStream() 166 sleep(TIME_FOR_WAIT_IMAGE_PREVIEW); in StopStream() 176 sleep(TIME_FOR_RECEIVE_FRAME_OFF); in StopStream() 240 sleep(3); in HWTEST_F() 505 sleep(3); in HWTEST_F()
|
/third_party/ltp/testcases/kernel/syscalls/acct/ |
H A D | acct02_helper.c | 14 sleep(1); in main()
|
/third_party/python/Lib/test/ |
H A D | _test_multiprocessing.py | 371 time.sleep(300) 444 time.sleep(100) 448 time.sleep(delay) 473 time.sleep(1) 522 p = self.Process(target=time.sleep, args=(DELTA,)) 547 time.sleep(DELTA) 642 time.sleep(0.001) # let the children start... 708 time.sleep(0.5) 712 time.sleep(20) 780 time.sleep(dela [all...] |
/third_party/elfutils/tests/ |
H A D | deleted-lib.c | 24 sleep (60000); in libfunc() 25 /* Avoid tail call optimization for the sleep call. */ in libfunc()
|
/third_party/ltp/lib/newlib_tests/ |
H A D | test10.c | 15 sleep(2); in do_test()
|
H A D | test12.c | 14 sleep(1); in do_test()
|