2005-04-27 08:03:47 +00:00
|
|
|
/* Test program for process and thread CPU clocks.
|
2024-01-01 18:12:26 +00:00
|
|
|
Copyright (C) 2005-2024 Free Software Foundation, Inc.
|
2005-04-27 08:03:47 +00:00
|
|
|
This file is part of the GNU C Library.
|
|
|
|
|
|
|
|
The GNU C Library is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the GNU Lesser General Public
|
|
|
|
License as published by the Free Software Foundation; either
|
|
|
|
version 2.1 of the License, or (at your option) any later version.
|
|
|
|
|
|
|
|
The GNU C Library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
Lesser General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU Lesser General Public
|
2012-02-09 23:18:22 +00:00
|
|
|
License along with the GNU C Library; if not, see
|
Prefer https to http for gnu.org and fsf.org URLs
Also, change sources.redhat.com to sourceware.org.
This patch was automatically generated by running the following shell
script, which uses GNU sed, and which avoids modifying files imported
from upstream:
sed -ri '
s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g
s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g
' \
$(find $(git ls-files) -prune -type f \
! -name '*.po' \
! -name 'ChangeLog*' \
! -path COPYING ! -path COPYING.LIB \
! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \
! -path manual/texinfo.tex ! -path scripts/config.guess \
! -path scripts/config.sub ! -path scripts/install-sh \
! -path scripts/mkinstalldirs ! -path scripts/move-if-change \
! -path INSTALL ! -path locale/programs/charmap-kw.h \
! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \
! '(' -name configure \
-execdir test -f configure.ac -o -f configure.in ';' ')' \
! '(' -name preconfigure \
-execdir test -f preconfigure.ac ';' ')' \
-print)
and then by running 'make dist-prepare' to regenerate files built
from the altered files, and then executing the following to cleanup:
chmod a+x sysdeps/unix/sysv/linux/riscv/configure
# Omit irrelevant whitespace and comment-only changes,
# perhaps from a slightly-different Autoconf version.
git checkout -f \
sysdeps/csky/configure \
sysdeps/hppa/configure \
sysdeps/riscv/configure \
sysdeps/unix/sysv/linux/csky/configure
# Omit changes that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines
git checkout -f \
sysdeps/powerpc/powerpc64/ppc-mcount.S \
sysdeps/unix/sysv/linux/s390/s390-64/syscall.S
# Omit change that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline
git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S
2019-09-07 05:40:42 +00:00
|
|
|
<https://www.gnu.org/licenses/>. */
|
2005-04-27 08:03:47 +00:00
|
|
|
|
|
|
|
#include <unistd.h>
|
2014-12-19 22:00:59 +00:00
|
|
|
#include <stdint.h>
|
2005-04-27 08:03:47 +00:00
|
|
|
|
|
|
|
#if (_POSIX_THREADS - 0) <= 0
|
|
|
|
|
y2038: Add test coverage
It is enabled through a new rule, tests-y2038, which is built only
when the ABI supports the comapt 64-bit time_t (defined by the
header time64-compat.h, which also enables the creation of the
symbol Version for Linux). It means the tests are not built
for ABI which already provide default 64-bit time_t.
The new rule already adds the required LFS and 64-bit time_t
compiler flags.
The current coverage is:
* libc:
- adjtime tst-adjtime-time64
- adjtimex tst-adjtimex-time64
- clock_adjtime tst-clock_adjtime-time64
- clock_getres tst-clock-time64, tst-cpuclock1-time64
- clock_gettime tst-clock-time64, tst-clock2-time64,
tst-cpuclock1-time64
- clock_nanosleep tst-clock_nanosleep-time64,
tst-cpuclock1-time64
- clock_settime tst-clock2-time64
- cnd_timedwait tst-cnd-timedwait-time64
- ctime tst-ctime-time64
- ctime_r tst-ctime-time64
- difftime tst-difftime-time64
- fstat tst-stat-time64
- fstatat tst-stat-time64
- futimens tst-futimens-time64
- futimes tst-futimes-time64
- futimesat tst-futimesat-time64
- fts_* tst-fts-time64
- getitimer tst-itimer-timer64
- getrusage
- gettimeofday tst-clock_nanosleep-time64
- glob / globfree tst-gnuglob64-time64
- gmtime tst-gmtime-time64
- gmtime_r tst-gmtime-time64
- lstat tst-stat-time64
- localtime tst-y2039-time64
- localtime_t tst-y2039-time64
- lutimes tst-lutimes-time64
- mktime tst-mktime4-time64
- mq_timedreceive tst-mqueue{1248}-time64
- mq_timedsend tst-mqueue{1248}-time64
- msgctl test-sysvmsg-time64
- mtx_timedlock tst-mtx-timedlock-time64
- nanosleep tst-cpuclock{12}-time64,
tst-mqueue8-time64, tst-clock-time64
- nftw / ftw ftwtest-time64
- ntp_adjtime tst-ntp_adjtime-time64
- ntp_gettime tst-ntp_gettime-time64
- ntp_gettimex tst-ntp_gettimex-time64
- ppoll tst-ppoll-time64
- pselect tst-pselect-time64
- pthread_clockjoin_np tst-join14-time64
- pthread_cond_clockwait tst-cond11-time64
- pthread_cond_timedwait tst-abstime-time64
- pthread_mutex_clocklock tst-abstime-time64
- pthread_mutex_timedlock tst-abstime-time64
- pthread_rwlock_clockrdlock tst-abstime-time64, tst-rwlock14-time64
- pthread_rwlock_clockwrlock tst-abstime-time64, tst-rwlock14-time64
- pthread_rwlock_timedrdlock tst-abstime-time64, tst-rwlock14-time64
- pthread_rwlock_timedwrlock tst-abstime-time64, tst-rwlock14-time64
- pthread_timedjoin_np tst-join14-time64
- recvmmsg tst-cancel4_2-time64
- sched_rr_get_interval tst-sched_rr_get_interval-time64
- select tst-select-time64
- sem_clockwait tst-sem5-time64
- sem_timedwait tst-sem5-time64
- semctl test-sysvsem-time64
- semtimedop test-sysvsem-time64
- setitimer tst-mqueue2-time64, tst-itimer-timer64
- settimeofday tst-settimeofday-time64
- shmctl test-sysvshm-time64
- sigtimedwait tst-sigtimedwait-time64
- stat tst-stat-time64
- thrd_sleep tst-thrd-sleep-time64
- time tst-mqueue{1248}-time64
- timegm tst-timegm-time64
- timer_gettime tst-timer4-time64
- timer_settime tst-timer4-time64
- timerfd_gettime tst-timerfd-time64
- timerfd_settime tst-timerfd-time64
- timespec_get tst-timespec_get-time64
- timespec_getres tst-timespec_getres-time64
- utime tst-utime-time64
- utimensat tst-utimensat-time64
- utimes tst-utimes-time64
- wait3 tst-wait3-time64
- wait4 tst-wait4-time64
* librt:
- aio_suspend tst-aio6-time64
- mq_timedreceive tst-mqueue{1248}-time64
- mq_timedsend tst-mqueue{1248}-time64
- timer_gettime tst-timer4-time64
- timer_settime tst-timer4-time64
* libanl:
- gai_suspend
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
2021-02-17 18:59:34 +00:00
|
|
|
static int
|
|
|
|
do_test ()
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
2005-04-27 08:03:47 +00:00
|
|
|
|
|
|
|
#else
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <time.h>
|
|
|
|
#include <fcntl.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <errno.h>
|
|
|
|
#include <pthread.h>
|
|
|
|
|
2023-06-01 16:40:05 +00:00
|
|
|
#include <support/xunistd.h>
|
|
|
|
|
2005-04-27 08:03:47 +00:00
|
|
|
static pthread_barrier_t barrier;
|
|
|
|
|
|
|
|
/* This function is intended to rack up both user and system time. */
|
|
|
|
static void *
|
|
|
|
chew_cpu (void *arg)
|
|
|
|
{
|
|
|
|
pthread_barrier_wait (&barrier);
|
|
|
|
|
|
|
|
while (1)
|
|
|
|
{
|
|
|
|
static volatile char buf[4096];
|
|
|
|
for (int i = 0; i < 100; ++i)
|
|
|
|
for (size_t j = 0; j < sizeof buf; ++j)
|
|
|
|
buf[j] = 0xaa;
|
|
|
|
int nullfd = open ("/dev/null", O_WRONLY);
|
|
|
|
for (int i = 0; i < 100; ++i)
|
|
|
|
for (size_t j = 0; j < sizeof buf; ++j)
|
|
|
|
buf[j] = 0xbb;
|
2023-06-01 16:40:05 +00:00
|
|
|
xwrite (nullfd, (char *) buf, sizeof buf);
|
2005-04-27 08:03:47 +00:00
|
|
|
close (nullfd);
|
|
|
|
}
|
|
|
|
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
2021-10-05 18:52:05 +00:00
|
|
|
static void
|
2005-04-27 08:03:47 +00:00
|
|
|
test_nanosleep (clockid_t clock, const char *which,
|
2021-10-05 18:52:05 +00:00
|
|
|
int *bad)
|
2005-04-27 08:03:47 +00:00
|
|
|
{
|
|
|
|
const struct timespec sleeptime = { .tv_nsec = 100000000 };
|
|
|
|
int e = clock_nanosleep (clock, 0, &sleeptime, NULL);
|
|
|
|
if (e == EINVAL || e == ENOTSUP || e == ENOSYS)
|
|
|
|
{
|
|
|
|
printf ("clock_nanosleep not supported for %s CPU clock: %s\n",
|
|
|
|
which, strerror (e));
|
2021-10-05 18:52:05 +00:00
|
|
|
return;
|
2005-04-27 08:03:47 +00:00
|
|
|
}
|
|
|
|
if (e != 0)
|
|
|
|
{
|
|
|
|
printf ("clock_nanosleep on %s CPU clock: %s\n", which, strerror (e));
|
|
|
|
*bad = 1;
|
2021-10-05 18:52:05 +00:00
|
|
|
return;
|
2005-04-27 08:03:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
struct timespec after;
|
|
|
|
if (clock_gettime (clock, &after) < 0)
|
|
|
|
{
|
|
|
|
printf ("clock_gettime on %s CPU clock %lx => %s\n",
|
|
|
|
which, (unsigned long int) clock, strerror (errno));
|
|
|
|
*bad = 1;
|
2021-10-05 18:52:05 +00:00
|
|
|
return;
|
2005-04-27 08:03:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
struct timespec sleeptimeabs = sleeptime;
|
|
|
|
sleeptimeabs.tv_sec += after.tv_sec;
|
|
|
|
sleeptimeabs.tv_nsec += after.tv_nsec;
|
2012-03-08 10:49:43 +00:00
|
|
|
while (sleeptimeabs.tv_nsec >= 1000000000)
|
2005-04-27 08:03:47 +00:00
|
|
|
{
|
|
|
|
++sleeptimeabs.tv_sec;
|
|
|
|
sleeptimeabs.tv_nsec -= 1000000000;
|
|
|
|
}
|
|
|
|
e = clock_nanosleep (clock, TIMER_ABSTIME, &sleeptimeabs, NULL);
|
|
|
|
if (e != 0)
|
|
|
|
{
|
|
|
|
printf ("absolute clock_nanosleep on %s CPU clock: %s\n",
|
|
|
|
which, strerror (e));
|
|
|
|
*bad = 1;
|
2021-10-05 18:52:05 +00:00
|
|
|
return;
|
2005-04-27 08:03:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
struct timespec afterabs;
|
|
|
|
if (clock_gettime (clock, &afterabs) < 0)
|
|
|
|
{
|
|
|
|
printf ("clock_gettime on %s CPU clock %lx => %s\n",
|
|
|
|
which, (unsigned long int) clock, strerror (errno));
|
|
|
|
*bad = 1;
|
2021-10-05 18:52:05 +00:00
|
|
|
return;
|
2005-04-27 08:03:47 +00:00
|
|
|
}
|
|
|
|
|
2021-10-05 18:52:05 +00:00
|
|
|
return;
|
2005-04-27 08:03:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
do_test (void)
|
|
|
|
{
|
|
|
|
int result = 0;
|
|
|
|
clockid_t process_clock, th_clock, my_thread_clock;
|
|
|
|
int e;
|
|
|
|
pthread_t th;
|
|
|
|
|
|
|
|
e = clock_getcpuclockid (0, &process_clock);
|
|
|
|
if (e != 0)
|
|
|
|
{
|
|
|
|
printf ("clock_getcpuclockid on self => %s\n", strerror (e));
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
e = pthread_getcpuclockid (pthread_self (), &my_thread_clock);
|
|
|
|
if (e != 0)
|
|
|
|
{
|
|
|
|
printf ("pthread_getcpuclockid on self => %s\n", strerror (e));
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* This is a kludge. This test fails if the semantics of thread and
|
|
|
|
process clocks are wrong. The old code using hp-timing without kernel
|
|
|
|
support has bogus semantics if there are context switches. We don't
|
|
|
|
fail to report failure when the proper functionality is not available
|
|
|
|
in the kernel. It so happens that Linux kernels without correct CPU
|
|
|
|
clock support also lack CPU timer support, so we use use that to guess
|
|
|
|
that we are using the bogus code and not test it. */
|
|
|
|
timer_t t;
|
|
|
|
if (timer_create (my_thread_clock, NULL, &t) != 0)
|
|
|
|
{
|
|
|
|
printf ("timer_create: %m\n");
|
|
|
|
puts ("No support for CPU clocks with good semantics, skipping test");
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
timer_delete (t);
|
|
|
|
|
|
|
|
|
|
|
|
pthread_barrier_init (&barrier, NULL, 2);
|
|
|
|
|
|
|
|
e = pthread_create (&th, NULL, chew_cpu, NULL);
|
|
|
|
if (e != 0)
|
|
|
|
{
|
|
|
|
printf ("pthread_create: %s\n", strerror (e));
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
e = pthread_getcpuclockid (th, &th_clock);
|
|
|
|
if (e == ENOENT || e == ENOSYS || e == ENOTSUP)
|
|
|
|
{
|
|
|
|
puts ("pthread_getcpuclockid does not support other threads");
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
pthread_barrier_wait (&barrier);
|
|
|
|
|
|
|
|
struct timespec res;
|
|
|
|
if (clock_getres (th_clock, &res) < 0)
|
|
|
|
{
|
2012-02-10 11:18:48 +00:00
|
|
|
printf ("clock_getres on live thread clock %lx => %s\n",
|
2005-04-27 08:03:47 +00:00
|
|
|
(unsigned long int) th_clock, strerror (errno));
|
|
|
|
result = 1;
|
|
|
|
return 1;
|
|
|
|
}
|
2014-12-19 22:00:59 +00:00
|
|
|
printf ("live thread clock %lx resolution %ju.%.9ju\n",
|
|
|
|
(unsigned long int) th_clock,
|
|
|
|
(uintmax_t) res.tv_sec, (uintmax_t) res.tv_nsec);
|
2005-04-27 08:03:47 +00:00
|
|
|
|
|
|
|
struct timespec process_before, process_after;
|
|
|
|
if (clock_gettime (process_clock, &process_before) < 0)
|
|
|
|
{
|
|
|
|
printf ("clock_gettime on process clock %lx => %s\n",
|
2012-02-10 11:18:48 +00:00
|
|
|
(unsigned long int) process_clock, strerror (errno));
|
2005-04-27 08:03:47 +00:00
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
struct timespec before, after;
|
|
|
|
if (clock_gettime (th_clock, &before) < 0)
|
|
|
|
{
|
|
|
|
printf ("clock_gettime on live thread clock %lx => %s\n",
|
|
|
|
(unsigned long int) th_clock, strerror (errno));
|
|
|
|
return 1;
|
|
|
|
}
|
2014-12-19 22:00:59 +00:00
|
|
|
printf ("live thread before sleep => %ju.%.9ju\n",
|
|
|
|
(uintmax_t) before.tv_sec, (uintmax_t) before.tv_nsec);
|
2005-04-27 08:03:47 +00:00
|
|
|
|
|
|
|
struct timespec me_before, me_after;
|
|
|
|
if (clock_gettime (my_thread_clock, &me_before) < 0)
|
|
|
|
{
|
2012-02-10 11:18:48 +00:00
|
|
|
printf ("clock_gettime on self thread clock %lx => %s\n",
|
|
|
|
(unsigned long int) my_thread_clock, strerror (errno));
|
2005-04-27 08:03:47 +00:00
|
|
|
return 1;
|
|
|
|
}
|
2014-12-19 22:00:59 +00:00
|
|
|
printf ("self thread before sleep => %ju.%.9ju\n",
|
|
|
|
(uintmax_t) me_before.tv_sec, (uintmax_t) me_before.tv_nsec);
|
2005-04-27 08:03:47 +00:00
|
|
|
|
|
|
|
struct timespec sleeptime = { .tv_nsec = 500000000 };
|
2012-02-10 11:18:48 +00:00
|
|
|
if (nanosleep (&sleeptime, NULL) != 0)
|
|
|
|
{
|
|
|
|
perror ("nanosleep");
|
|
|
|
return 1;
|
|
|
|
}
|
2005-04-27 08:03:47 +00:00
|
|
|
|
|
|
|
if (clock_gettime (th_clock, &after) < 0)
|
|
|
|
{
|
|
|
|
printf ("clock_gettime on live thread clock %lx => %s\n",
|
|
|
|
(unsigned long int) th_clock, strerror (errno));
|
|
|
|
return 1;
|
|
|
|
}
|
2014-12-19 22:00:59 +00:00
|
|
|
printf ("live thread after sleep => %ju.%.9ju\n",
|
|
|
|
(uintmax_t) after.tv_sec, (uintmax_t) after.tv_nsec);
|
2005-04-27 08:03:47 +00:00
|
|
|
|
|
|
|
if (clock_gettime (process_clock, &process_after) < 0)
|
|
|
|
{
|
|
|
|
printf ("clock_gettime on process clock %lx => %s\n",
|
2012-02-10 11:18:48 +00:00
|
|
|
(unsigned long int) process_clock, strerror (errno));
|
2005-04-27 08:03:47 +00:00
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (clock_gettime (my_thread_clock, &me_after) < 0)
|
|
|
|
{
|
2012-02-10 11:18:48 +00:00
|
|
|
printf ("clock_gettime on self thread clock %lx => %s\n",
|
|
|
|
(unsigned long int) my_thread_clock, strerror (errno));
|
2005-04-27 08:03:47 +00:00
|
|
|
return 1;
|
|
|
|
}
|
2014-12-19 22:00:59 +00:00
|
|
|
printf ("self thread after sleep => %ju.%.9ju\n",
|
|
|
|
(uintmax_t) me_after.tv_sec, (uintmax_t) me_after.tv_nsec);
|
2005-04-27 08:03:47 +00:00
|
|
|
|
2021-10-05 18:52:05 +00:00
|
|
|
test_nanosleep (th_clock, "live thread",
|
|
|
|
&result);
|
|
|
|
test_nanosleep (process_clock, "process",
|
|
|
|
&result);
|
2005-04-27 08:03:47 +00:00
|
|
|
test_nanosleep (CLOCK_PROCESS_CPUTIME_ID,
|
2021-10-05 18:52:05 +00:00
|
|
|
"PROCESS_CPUTIME_ID", &result);
|
2005-04-27 08:03:47 +00:00
|
|
|
|
|
|
|
pthread_cancel (th);
|
|
|
|
|
|
|
|
e = clock_nanosleep (CLOCK_THREAD_CPUTIME_ID, 0, &sleeptime, NULL);
|
|
|
|
if (e != EINVAL)
|
|
|
|
{
|
|
|
|
printf ("clock_nanosleep CLOCK_THREAD_CPUTIME_ID: %s\n",
|
|
|
|
strerror (e));
|
|
|
|
result = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
y2038: Add test coverage
It is enabled through a new rule, tests-y2038, which is built only
when the ABI supports the comapt 64-bit time_t (defined by the
header time64-compat.h, which also enables the creation of the
symbol Version for Linux). It means the tests are not built
for ABI which already provide default 64-bit time_t.
The new rule already adds the required LFS and 64-bit time_t
compiler flags.
The current coverage is:
* libc:
- adjtime tst-adjtime-time64
- adjtimex tst-adjtimex-time64
- clock_adjtime tst-clock_adjtime-time64
- clock_getres tst-clock-time64, tst-cpuclock1-time64
- clock_gettime tst-clock-time64, tst-clock2-time64,
tst-cpuclock1-time64
- clock_nanosleep tst-clock_nanosleep-time64,
tst-cpuclock1-time64
- clock_settime tst-clock2-time64
- cnd_timedwait tst-cnd-timedwait-time64
- ctime tst-ctime-time64
- ctime_r tst-ctime-time64
- difftime tst-difftime-time64
- fstat tst-stat-time64
- fstatat tst-stat-time64
- futimens tst-futimens-time64
- futimes tst-futimes-time64
- futimesat tst-futimesat-time64
- fts_* tst-fts-time64
- getitimer tst-itimer-timer64
- getrusage
- gettimeofday tst-clock_nanosleep-time64
- glob / globfree tst-gnuglob64-time64
- gmtime tst-gmtime-time64
- gmtime_r tst-gmtime-time64
- lstat tst-stat-time64
- localtime tst-y2039-time64
- localtime_t tst-y2039-time64
- lutimes tst-lutimes-time64
- mktime tst-mktime4-time64
- mq_timedreceive tst-mqueue{1248}-time64
- mq_timedsend tst-mqueue{1248}-time64
- msgctl test-sysvmsg-time64
- mtx_timedlock tst-mtx-timedlock-time64
- nanosleep tst-cpuclock{12}-time64,
tst-mqueue8-time64, tst-clock-time64
- nftw / ftw ftwtest-time64
- ntp_adjtime tst-ntp_adjtime-time64
- ntp_gettime tst-ntp_gettime-time64
- ntp_gettimex tst-ntp_gettimex-time64
- ppoll tst-ppoll-time64
- pselect tst-pselect-time64
- pthread_clockjoin_np tst-join14-time64
- pthread_cond_clockwait tst-cond11-time64
- pthread_cond_timedwait tst-abstime-time64
- pthread_mutex_clocklock tst-abstime-time64
- pthread_mutex_timedlock tst-abstime-time64
- pthread_rwlock_clockrdlock tst-abstime-time64, tst-rwlock14-time64
- pthread_rwlock_clockwrlock tst-abstime-time64, tst-rwlock14-time64
- pthread_rwlock_timedrdlock tst-abstime-time64, tst-rwlock14-time64
- pthread_rwlock_timedwrlock tst-abstime-time64, tst-rwlock14-time64
- pthread_timedjoin_np tst-join14-time64
- recvmmsg tst-cancel4_2-time64
- sched_rr_get_interval tst-sched_rr_get_interval-time64
- select tst-select-time64
- sem_clockwait tst-sem5-time64
- sem_timedwait tst-sem5-time64
- semctl test-sysvsem-time64
- semtimedop test-sysvsem-time64
- setitimer tst-mqueue2-time64, tst-itimer-timer64
- settimeofday tst-settimeofday-time64
- shmctl test-sysvshm-time64
- sigtimedwait tst-sigtimedwait-time64
- stat tst-stat-time64
- thrd_sleep tst-thrd-sleep-time64
- time tst-mqueue{1248}-time64
- timegm tst-timegm-time64
- timer_gettime tst-timer4-time64
- timer_settime tst-timer4-time64
- timerfd_gettime tst-timerfd-time64
- timerfd_settime tst-timerfd-time64
- timespec_get tst-timespec_get-time64
- timespec_getres tst-timespec_getres-time64
- utime tst-utime-time64
- utimensat tst-utimensat-time64
- utimes tst-utimes-time64
- wait3 tst-wait3-time64
- wait4 tst-wait4-time64
* librt:
- aio_suspend tst-aio6-time64
- mq_timedreceive tst-mqueue{1248}-time64
- mq_timedsend tst-mqueue{1248}-time64
- timer_gettime tst-timer4-time64
- timer_settime tst-timer4-time64
* libanl:
- gai_suspend
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
2021-02-17 18:59:34 +00:00
|
|
|
#include <support/test-driver.c>
|