/third_party/ninja/misc/ |
D | long-slow-build.ninja | 4 rule sleep 5 command = sleep 1 8 build 0: sleep README 9 build 1: sleep README 10 build 2: sleep README 11 build 3: sleep README 12 build 4: sleep README 13 build 5: sleep README 14 build 6: sleep README 15 build 7: sleep README [all …]
|
D | inherited-fds.ninja | 11 rule sleep 12 command = sleep 10000 15 command = sleep 1; ls -l /proc/self/fd; exit 1 19 build a: sleep 20 build b: sleep 21 build c: sleep 22 build d: sleep
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
D | cpuset_memory_testset.sh | 53 sleep 1 56 sleep 1 58 sleep 1 281 sleep 1 284 sleep 1 287 sleep 1 289 sleep 1 383 sleep 1 388 sleep 1 390 sleep 1 [all …]
|
/third_party/toybox/tests/ |
D | pkill.test | 16 sleep 1 24 sleep 1 30 sleep 1 36 sleep 1 44 sleep 1 50 sleep 1 59 sleep 1 66 sleep 1 69 sleep 1 75 sleep 1 [all …]
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
D | 00_description.txt | 2 This bash script tests freezer code by starting a long sleep process. 4 After we cancel the sleep process should eventually reach the thawed 8 This bash script tests freezer code by starting a long sleep process. 9 The sleep process is frozen. We then kill the sleep process. 10 Then we unfreeze the sleep process and see what happens. We expect the 11 sleep process to receive the kill signals and exit almost immediately 15 This bash script tests freezer code by starting a long sleep process. 16 The sleep process is frozen. We then move the sleep process to a THAWED 17 cgroup. We expect moving the sleep process to fail. 27 This bash script tests freezer code by starting a long sleep process. [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | f_realtime.c | 43 int64_t sleep = pts - now + s->delta; in filter_frame() local 46 sleep = 0; in filter_frame() 49 if (FFABS(sleep) > s->limit / s->speed) { in filter_frame() 52 sleep); in filter_frame() 53 sleep = 0; in filter_frame() 56 if (sleep > 0) { in filter_frame() 57 av_log(ctx, AV_LOG_DEBUG, "sleeping %"PRIi64" us\n", sleep); in filter_frame() 58 for (; sleep > 600000000; sleep -= 600000000) in filter_frame() 60 av_usleep(sleep); in filter_frame()
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_locks.py | 79 yield from asyncio.sleep(0.01) 117 await asyncio.sleep(0) 121 await asyncio.sleep(0) 124 await asyncio.sleep(0) 130 await asyncio.sleep(0) 134 await asyncio.sleep(0) 181 await asyncio.sleep(0) 184 await asyncio.sleep(0) 187 await asyncio.sleep(0) 195 await asyncio.sleep(0) [all …]
|
/third_party/rust/crates/clap/examples/ |
D | typed-derive.md | 12 --sleep <SLEEP> Allow human-readable durations 23 Args { optimization: Some(1), include: None, bind: None, sleep: None, defines: [], port: 22, log_le… 36 Args { optimization: None, include: Some("../hello"), bind: None, sleep: None, defines: [], port: 2… 43 Args { optimization: None, include: None, bind: Some(192.0.0.1), sleep: None, defines: [], port: 22… 55 $ typed-derive --sleep 10s 56 Args { optimization: None, include: None, bind: None, sleep: Some(Duration(10s)), defines: [], port… 58 $ typed-derive --sleep forever 60 error: invalid value 'forever' for '--sleep <SLEEP>': expected number at 0 69 Args { optimization: None, include: None, bind: None, sleep: None, defines: [("Foo", 10), ("Alice",… 88 Args { optimization: None, include: None, bind: None, sleep: None, defines: [], port: 22, log_level… [all …]
|
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/ |
D | run_cpuctl_test_fj.sh | 290 sleep $SLEEP_SEC 318 sleep $SLEEP_SEC 346 sleep $SLEEP_SEC 374 sleep $SLEEP_SEC 402 sleep $SLEEP_SEC 430 sleep $SLEEP_SEC 460 sleep $SLEEP_SEC 488 sleep $SLEEP_SEC 516 sleep $SLEEP_SEC 545 sleep $SLEEP_SEC [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/ |
D | 3-1.c | 98 sleep(1); in fn_rd() 134 sleep(1); in fn_wr_1() 170 sleep(1); in fn_wr_2() 228 sleep(1); in main() 253 sleep(1); in main() 281 sleep(1); in main() 302 sleep(1); in main() 325 sleep(1); in main() 348 sleep(1); in main()
|
/third_party/ltp/testcases/kernel/mce-test/kvm/host/ |
D | host_run.sh | 194 sleep 2 233 sleep 2 248 sleep 5 260 sleep 5 274 sleep 10 295 sleep 2 298 sleep 2 303 sleep 5 309 sleep 5 353 sleep 5 [all …]
|
/third_party/python/Lib/test/ |
D | test_asyncgen.py | 769 await asyncio.sleep(0.01) 771 await asyncio.sleep(0.01) 781 await asyncio.sleep(0.01) 795 await asyncio.sleep(0.01) 804 await asyncio.sleep(0.01) 810 await asyncio.sleep(0.01) 961 await asyncio.sleep(0.01) 984 await asyncio.sleep(0.01) 985 await asyncio.sleep(0.01) 1011 await asyncio.sleep(0.01) [all …]
|
D | test_sched.py | 24 def sleep(self, t): member in Timer 46 scheduler = sched.scheduler(time.time, time.sleep) 55 scheduler = sched.scheduler(time.time, time.sleep) 65 scheduler = sched.scheduler(timer.time, timer.sleep) 93 scheduler = sched.scheduler(time.time, time.sleep) 102 scheduler = sched.scheduler(time.time, time.sleep) 118 scheduler = sched.scheduler(timer.time, timer.sleep) 159 scheduler = sched.scheduler(time.time, time.sleep) 170 scheduler = sched.scheduler(time.time, time.sleep) 187 scheduler = sched.scheduler(time.time, time.sleep) [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_atfork.c | 63 sleep(TEST_THREAD_SLEEP); in thread_fun() 65 sleep(1); in thread_fun() 69 sleep(TEST_THREAD_SLEEP); in thread_fun() 71 sleep(1); in thread_fun() 100 sleep(1); in pthread_atfork_0100() 105 sleep(1); in pthread_atfork_0100()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
D | test_get_response_cleanup.c | 158 sleep (1); in testInternalGet() 160 sleep (1); in testInternalGet() 183 sleep (1); in testMultithreadedGet() 185 sleep (1); in testMultithreadedGet() 187 sleep (1); in testMultithreadedGet() 195 sleep (1); in testMultithreadedGet() 217 sleep (1); in testMultithreadedPoolGet() 219 sleep (1); in testMultithreadedPoolGet()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
D | 2-1.c | 51 sleep(1); in a_thread_func() 52 sleep(5); in a_thread_func() 79 sleep(1); in main() 88 sleep(1); in main()
|
D | 1-1.c | 61 sleep(1); in a_thread_func() 65 sleep(10); in a_thread_func() 92 sleep(1); in main() 106 sleep(1); in main()
|
/third_party/alsa-utils/bat/ |
D | alsabat-test.sh | 63 sleep $pause_time 68 sleep 4 72 sleep $pause_time 78 sleep $pause_time 93 sleep 5
|
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/ |
D | ht_affinity.c | 80 sleep(1); in HT_SetAffinity() 108 sleep(1); in HT_SetAffinity() 160 sleep(1); in HT_GetAffinity() 168 sleep(1); in HT_GetAffinity() 190 sleep(1); in HT_InheritAffinity() 193 sleep(1); in HT_InheritAffinity()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/ |
D | 2-2.c | 93 sleep(1); in fn_rd() 124 sleep(1); in fn_wr() 180 sleep(1); in main() 204 sleep(1); in main() 225 sleep(1); in main() 244 sleep(1); in main()
|
D | 2-1.c | 93 sleep(1); in fn_rd() 124 sleep(1); in fn_wr() 181 sleep(1); in main() 205 sleep(1); in main() 226 sleep(1); in main() 245 sleep(1); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/ |
D | 1-1.c | 69 sleep(1); in a_thread_func() 71 sleep(5); in a_thread_func() 90 sleep(1); in main() 100 sleep(1); in main()
|
/third_party/ltp/testscripts/ |
D | autofs1.sh | 145 sleep 15 157 sleep 15 168 sleep 15 209 sleep 60 224 sleep 30 232 sleep 60
|
D | autofs4.sh | 137 sleep 15 148 sleep 15 159 sleep 15 198 sleep 60 213 sleep 30 219 sleep 60
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gstharness.h | 366 gulong sleep); 373 gulong sleep); 383 gulong sleep); 404 gulong sleep); 412 gulong sleep); 431 gulong sleep); 439 gulong sleep); 449 gulong sleep); 459 gulong sleep); 470 gulong sleep);
|