HomeSort by relevance Sort by last modified time
    Searched full:clock_nanosleep (Results 1 - 25 of 727) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/strace/tests/
clock.in 2 clock_nanosleep
clock_nanosleep.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (clock_nanosleep -e trace=clock_nanosleep,clock_gettime); do not edit.
4 run_strace_match_diff -e trace=clock_nanosleep,clock_gettime
clock_nanosleep.c 2 * Check decoding of clock_nanosleep and clock_gettime syscalls.
67 perror_msg_and_skip("clock_nanosleep CLOCK_REALTIME");
68 printf("clock_nanosleep(CLOCK_REALTIME, 0"
75 printf("clock_nanosleep(CLOCK_REALTIME, 0, NULL, %p)"
80 printf("clock_nanosleep(CLOCK_REALTIME, 0"
88 printf("clock_nanosleep(CLOCK_MONOTONIC, 0"
97 printf("clock_nanosleep(CLOCK_REALTIME, 0"
106 printf("clock_nanosleep(CLOCK_MONOTONIC, 0"
121 printf("clock_nanosleep(CLOCK_REALTIME, 0"
140 printf("clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME
    [all...]
  /external/strace/tests-m32/
clock.in 2 clock_nanosleep
clock_nanosleep.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (clock_nanosleep -e trace=clock_nanosleep,clock_gettime); do not edit.
4 run_strace_match_diff -e trace=clock_nanosleep,clock_gettime
clock_nanosleep.c 2 * Check decoding of clock_nanosleep and clock_gettime syscalls.
67 perror_msg_and_skip("clock_nanosleep CLOCK_REALTIME");
68 printf("clock_nanosleep(CLOCK_REALTIME, 0"
75 printf("clock_nanosleep(CLOCK_REALTIME, 0, NULL, %p)"
80 printf("clock_nanosleep(CLOCK_REALTIME, 0"
88 printf("clock_nanosleep(CLOCK_MONOTONIC, 0"
97 printf("clock_nanosleep(CLOCK_REALTIME, 0"
106 printf("clock_nanosleep(CLOCK_MONOTONIC, 0"
121 printf("clock_nanosleep(CLOCK_REALTIME, 0"
140 printf("clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME
    [all...]
  /external/strace/tests-mx32/
clock.in 2 clock_nanosleep
clock_nanosleep.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (clock_nanosleep -e trace=clock_nanosleep,clock_gettime); do not edit.
4 run_strace_match_diff -e trace=clock_nanosleep,clock_gettime
clock_nanosleep.c 2 * Check decoding of clock_nanosleep and clock_gettime syscalls.
67 perror_msg_and_skip("clock_nanosleep CLOCK_REALTIME");
68 printf("clock_nanosleep(CLOCK_REALTIME, 0"
75 printf("clock_nanosleep(CLOCK_REALTIME, 0, NULL, %p)"
80 printf("clock_nanosleep(CLOCK_REALTIME, 0"
88 printf("clock_nanosleep(CLOCK_MONOTONIC, 0"
97 printf("clock_nanosleep(CLOCK_REALTIME, 0"
106 printf("clock_nanosleep(CLOCK_MONOTONIC, 0"
121 printf("clock_nanosleep(CLOCK_REALTIME, 0"
140 printf("clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/
assertions.xml 3 clock_nanosleep() causes the current thread to stop executing for
11 If TIMER_ABSTIME is set in flags, then clock_nanosleep() uses
20 If TIMER_ABSTIME is set in flags, then if, when clock_nanosleep() is
22 clock_nanosleep() returns immediately and the calling process is *not*
29 Unless clock_nanosleep() is interrupted by a signal.
35 Unless clock_nanosleep() is interrupted by a signal.
38 clock_nanosleep() does not affect the action/blockage of a signal.
41 clock_nanosleep() fails if clock_id is for the CPU-time clock of
45 clock_nanosleep() returns 0 on success (i.e., the full time requested
49 For relative clock_nanosleep(), if clock_nanosleep() i
    [all...]
2-1.c 8 * Test that if TIMER_ABSTIME is set in flags, then clock_nanosleep()
12 * - Set clock_nanosleep() to sleep for current time + SLEEPSEC
39 if (clock_nanosleep(CLOCK_REALTIME, flags, &tssleep, NULL) != 0) {
40 printf("clock_nanosleep() did not return success\n");
54 printf("clock_nanosleep() slept too long\n");
59 printf("clock_nanosleep() did not sleep long enough\n");
3-1.c 8 * Test that if TIMER_ABSTIME is set in flags, then if clock_nanosleep()
9 * parameter rqtp specifies a time in the past, clock_nanosleep()
13 * - Set clock_nanosleep() to sleep until current time - SLEEPSEC
40 if (clock_nanosleep(CLOCK_REALTIME, flags, &tssleep, NULL) != 0) {
41 printf("clock_nanosleep() did not return success\n");
55 printf("FAIL: clock_nanosleep() slept\n");
15-1.sh 8 # Test that clock_nanosleep() with CLOCK_REALTIME == nanosleep().
11 # also be considered to be tested implicitly via the other clock_nanosleep()
1-1.c 8 * Test that clock_nanosleep() causes the current thread to be suspended
30 if (clock_nanosleep(CLOCK_REALTIME, 0, &tssleep, NULL) != 0) {
31 printf("clock_nanosleep() did not return success\n");
55 printf("clock_nanosleep() did not sleep long enough\n");
1-5.c 8 * Test that clock_nanosleep() does not stop if a signal is received
9 * that has no signal handler. clock_nanosleep() should still respond
43 if (clock_nanosleep(CLOCK_REALTIME, 0, &tssleep, NULL) == 0) {
44 printf("clock_nanosleep() returned success\n");
47 printf("clock_nanosleep() did not return success\n");
92 printf("clock_nanosleep() did not sleep long enough\n");
13-1.c 8 * Test that clock_nanosleep() sets errno to EINVAL if clock_id does
27 if (clock_nanosleep(BOGUSCLOCKID, 0, &tssleep, NULL) == EINVAL) {
1-3.c 8 * Test that clock_nanosleep() causes the current thread to be suspended
13 * - clock_nanosleep() could not be executed at all, and the test would
14 * pass [Hopefully, the sleep() in the parent ensures clock_nanosleep()
17 * stopped clock_nanosleep().
61 clock_nanosleep(CLOCK_REALTIME, 0, &tssleep, NULL);
2-2.c 8 * Test that clock_nanosleep() causes the current thread to be suspended
14 * - clock_nanosleep() could not be executed at all, and the test would
15 * pass [Hopefully, the sleep() in the parent ensures clock_nanosleep()
18 * stopped clock_nanosleep().
68 clock_nanosleep(CLOCK_REALTIME, flags, &tssleep, NULL);
1-2.sh 8 # Test that clock_nanosleep() causes the current thread to stop
4-1.sh 8 # Test that clock_nanosleep() always sleeps for at least the amount
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
14-1-buildonly.c 10 int clock_nanosleep(clockid_t, int, const struct timespec *,
23 dummyvar = clock_nanosleep;
  /external/ltp/testcases/open_posix_testsuite/stress/timers/
keytests.sh 12 clock_nanosleep/1-1.test \
13 clock_nanosleep/1-3.test \
14 clock_nanosleep/2-2.test \
15 clock_nanosleep/11-1.test \
  /system/media/audio_utils/include/audio_utils/
clock_nanosleep.h 27 // bionic for Android provides clock_nanosleep
28 #define audio_utils_clock_nanosleep clock_nanosleep
30 // bionic for desktop Linux omits clock_nanosleep
46 // macOS doesn't have clock_nanosleep
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
7-1.c 9 * then any threads blocked on clock_nanosleep() for the CLOCK_REALTIME
14 * - in child: set clock_nanosleep() to sleep until time
18 * - in child: ensure time when clock_nanosleep() expires is within
61 if (clock_nanosleep(CLOCK_REALTIME, flags, &tsT1, NULL) != 0) {
62 printf("clock_nanosleep() did not return success\n");
8-1.c 8 * Test that clock_settime() does not affect clock_nanosleep()
13 * - in child: set clock_nanosleep() to sleep for SLEEPSEC seconds
16 * - in child: ensure time when clock_nanosleep() expires is within
58 if (clock_nanosleep(CLOCK_REALTIME, 0, &tssleep, NULL) != 0) {
59 printf("clock_nanosleep() did not return success\n");

Completed in 3107 milliseconds

1 2 3 4 5 6 7 8 91011>>