Home
last modified time | relevance | path

Searched refs:sleep (Results 1 – 25 of 1112) sorted by relevance

12345678910>>...45

/third_party/ninja/misc/
Dlong-slow-build.ninja4 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 …]
Dinherited-fds.ninja11 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/
Dcpuset_memory_testset.sh53 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/
Dpkill.test16 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/
D00_description.txt2 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/
Df_realtime.c43 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/
Dtest_locks.py79 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/
Dtyped-derive.md12 --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/
Drun_cpuctl_test_fj.sh290 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/
D3-1.c98 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/
Dhost_run.sh194 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/
Dtest_asyncgen.py769 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 …]
Dtest_sched.py24 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/
Dpthread_atfork.c63 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/
Dtest_get_response_cleanup.c158 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/
D2-1.c51 sleep(1); in a_thread_func()
52 sleep(5); in a_thread_func()
79 sleep(1); in main()
88 sleep(1); in main()
D1-1.c61 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/
Dalsabat-test.sh63 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/
Dht_affinity.c80 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/
D2-2.c93 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()
D2-1.c93 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/
D1-1.c69 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/
Dautofs1.sh145 sleep 15
157 sleep 15
168 sleep 15
209 sleep 60
224 sleep 30
232 sleep 60
Dautofs4.sh137 sleep 15
148 sleep 15
159 sleep 15
198 sleep 60
213 sleep 30
219 sleep 60
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.h366 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);

12345678910>>...45