glibc/rt
Roland McGrath 84060bad82 * rt/tst-cpuclock1.c: New file.
* rt/tst-cpuclock2.c: New file.
	* rt/tst-cputimer1.c: New file.
	* rt/tst-cputimer2.c: New file.
	* rt/tst-cputimer3.c: New file.
	* rt/Makefile (tests): Add them.

	* sysdeps/unix/sysv/linux/kernel-posix-cpu-timers.h: New file.
	* sysdeps/unix/sysv/linux/clock_getcpuclockid.c: New file.
	* sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c
	(HAS_CPUCLOCK): New macro.
	(clock_getcpuclockid): Function removed.
	#include the new linux file to define it instead.
	* sysdeps/unix/clock_gettime.c [HP_TIMING_AVAIL] (hp_timing_gettime):
	New function, broken out of ...
	(clock_gettime) [HP_TIMING_AVAIL]: ... here.  Call it.
	(realtime_gettime): New function, broken out of ...
	(clock_gettime) [! HANDLED_REALTIME]: ... here.  Call it.
	(clock_gettime) [SYSDEP_GETTIME_CPU]: Use new macro in default case.
	* sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): New macro.
	(SYSDEP_GETTIME_CPUTIME): New macro.
	(SYSDEP_GETTIME): Use both.
	[! __ASSUME_POSIX_TIMERS] (maybe_syscall_gettime): New function, broken
	out of ...
	(SYSDEP_GETTIME): ... here.  Use it.
	[__NR_clock_gettime] (HANDLED_CPUTIME): Define it.
	(SYSDEP_GETTIME_CPUTIME): New macro.  Handle CPU timers by trying
	kernel support and falling back to hp-timing code.
	* sysdeps/posix/clock_getres.c
	[HP_TIMING_AVAIL] (hp_timing_getres): New function, broken out of ...
	(clock_getres) [HP_TIMING_AVAIL]: ... here.  Call it.
	(realtime_getres): New function, broken out of ...
	(clock_getres) [! HANDLED_REALTIME]: ... here.  Call it.
	(clock_getres) [SYSDEP_GETRES_CPU]: Use new macro in default case.
	* sysdeps/unix/sysv/linux/clock_getres.c (SYSCALL_GETRES): New macro.
	(SYSDEP_GETRES_CPUTIME): New macro.
	(SYSDEP_GETRES): Use both.
	[! __ASSUME_POSIX_TIMERS] (maybe_syscall_getres): New function, broken
	out of ...
	(SYSDEP_GETRES): ... here.  Use it.
	[__NR_clock_getres] (HANDLED_CPUTIME): Define it.
	(SYSDEP_GETRES_CPUTIME): New macro.  Handle CPU timers by trying
	kernel support and falling back to hp-timing code.
	* sysdeps/unix/sysv/linux/clock_nanosleep.c: Handle
	CLOCK_PROCESS_CPUTIME_ID and CLOCK_PROCESS_THREAD_ID specially,
	translating to the kernel clockid_t for our own process/thread clock.
2005-04-27 08:03:47 +00:00
..
aio.h Update. 2004-09-07 22:33:37 +00:00
aio_error.c
aio_return.c
Depend 2.5-18.1 2007-07-12 18:26:36 +00:00
Makefile * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
mqueue.h 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-aio.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-aio2.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-aio3.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-aio4.c
tst-aio5.c
tst-aio6.c
tst-aio7.c
tst-aio64.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-clock.c
tst-clock_nanosleep.c
tst-cpuclock1.c * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
tst-cpuclock2.c * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
tst-cputimer1.c * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
tst-cputimer2.c * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
tst-cputimer3.c * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
tst-mqueue.h Update. 2004-04-16 20:44:32 +00:00
tst-mqueue1.c Update. 2004-04-16 20:44:32 +00:00
tst-mqueue2.c
tst-mqueue3.c Update. 2004-04-16 22:28:50 +00:00
tst-mqueue4.c Update. 2004-04-19 17:28:57 +00:00
tst-mqueue5.c Update. 2004-04-19 06:19:34 +00:00
tst-mqueue6.c Update. 2004-04-16 23:49:58 +00:00
tst-mqueue7.c Update. 2004-04-19 17:28:57 +00:00
tst-mqueue8.c Update. 2004-04-18 02:37:56 +00:00
tst-mqueue9.c 2004-04-19 Roland McGrath <roland@redhat.com> 2004-04-19 21:05:23 +00:00
tst-shm.c
tst-timer2.c * rt/tst-timer2.c (do_test): If timer_create fails, just continue. 2004-08-11 23:32:56 +00:00
tst-timer3.c Update. 2004-04-16 20:44:32 +00:00
tst-timer4.c 2004-12-06 Roland McGrath <roland@redhat.com> 2004-12-06 22:28:45 +00:00
tst-timer5.c 2004-12-07 Roland McGrath <roland@redhat.com> 2004-12-07 20:44:46 +00:00
Versions 2.5-18.1 2007-07-12 18:26:36 +00:00