Home
last modified time | relevance | path

Searched refs:sleep (Results 851 - 875 of 2457) sorted by relevance

1...<<31323334353637383940>>...99

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/
H A D1-3.c56 sleep(1); in main()
73 * pass if we slept for less than the (large) sleep time in main()
H A D3-2.c55 sleep(1); in main()
90 printf("nanosleep() did not sleep long enough\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
H A D1-2.c100 /* sleep up to 3 seconds */ in threaded()
103 sleep(1); in threaded()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
H A D1-1.c103 sleep(1); in f1()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/
H A D2-1.c99 sleep(1); in func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
H A D4-2.c88 sleep(1); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/
H A D9-1.c82 sleep(1); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
H A D9-1.c147 sleep(1); in main()
H A D7-1.c128 sleep(1); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/
H A D1-1.c82 if (sleep(TIMERSEC) != 0) { in main()
83 printf("sleep() did not sleep full time\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/speculative/
H A D5-2.c77 if (sleep(TIMERSEC) != 0) { in main()
78 printf("sleep() did not sleep full time\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/
H A D2-1.c75 sleep(VALUESEC + 2 * INTERVALSEC + 1); in main()
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/clocks/
H A Dtwopsetclock.c65 sleep(LONGTIME); in main()
/third_party/musl/libc-test/src/functional/
H A Dpthread_getname_np.c17 sleep(1); // allow main program to set the thread name in threadfunc()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_barrier_wait.c28 sleep(1); in threadfunc()
H A Dpthread_key_create.c26 sleep(g_sleep_time); in threadfuncA()
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dtimer_create.c65 sleep(1); in timer_create_0100()
H A Dtimer_getoverrun.c70 sleep(1); in timer_getoverrun_0100()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dauthorization_example.c105 sleep (atoi (argv[2])); in main()
/third_party/toybox/toys/other/
H A Doneit.c113 sleep(5); in oneit_main()
/third_party/python/Lib/test/
H A Dtest_wait3.py30 time.sleep(0.1)
/third_party/skia/experimental/tools/
H A Dandroid_skp_capture.sh39 sleep $1
/kernel/linux/linux-5.10/sound/core/
H A Dcompress_offload.c129 init_waitqueue_head(&runtime->sleep); in snd_compr_open()
418 poll_wait(f, &stream->runtime->sleep, wait); in snd_compr_poll()
787 wake_up(&stream->runtime->sleep); in error_delayed_work()
838 ret = wait_event_interruptible(stream->runtime->sleep, in snd_compress_wait_for_drain()
846 wake_up(&stream->runtime->sleep); in snd_compress_wait_for_drain()
871 wake_up(&stream->runtime->sleep); in snd_compr_drain()
932 wake_up(&stream->runtime->sleep); in snd_compr_partial_drain()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dselftest_rps.c151 int sleep; in wait_for_freq() local
155 sleep = 20; in wait_for_freq()
177 usleep_range(sleep, 2 * sleep); in wait_for_freq()
178 sleep *= 2; in wait_for_freq()
179 if (sleep > timeout_ms * 20) in wait_for_freq()
180 sleep = timeout_ms * 20; in wait_for_freq()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dselftest_rps.c155 int sleep; in wait_for_freq() local
159 sleep = 20; in wait_for_freq()
181 usleep_range(sleep, 2 * sleep); in wait_for_freq()
182 sleep *= 2; in wait_for_freq()
183 if (sleep > timeout_ms * 20) in wait_for_freq()
184 sleep = timeout_ms * 20; in wait_for_freq()

Completed in 11 milliseconds

1...<<31323334353637383940>>...99