* sysdeps/pthread/aio_misc.h [!DONT_USE_BOOTSTRAP_MAP]
authorUlrich Drepper <drepper@redhat.com>
Fri, 6 Jan 2006 03:08:04 +0000 (03:08 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 6 Jan 2006 03:08:04 +0000 (03:08 +0000)
commit679d83bac2f4bed0e398122fdf3e05ce261e16b7
tree9b40b6068a156c300bcb260453a97ae1168ae6db
parent17041e4ff09d3a9308c15bdfc2e63e629d9b364b
* sysdeps/pthread/aio_misc.h [!DONT_USE_BOOTSTRAP_MAP]

(struct waitlist): Don't add cond.
* sysdeps/pthread/aio_notify.c [!DONT_USE_BOOTSTRAP_MAP]
(__aio_notify): Use AIO_MISC_NOTIFY instead of pthread_cond_signal.
* sysdeps/pthread/aio_suspend.c [!DONT_USE_BOOTSTRAP_MAP]: Don't
use condvar, use AIO_MISC_WAIT.
* sysdeps/pthread/lio_listio.c: Likewise.
* rt/Makefile (tests): Add aio_suspend.
* rt/tst-aio9.c: New file.
ChangeLog
nptl/ChangeLog
nptl/sysdeps/pthread/aio_misc.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h
nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
rt/Makefile
rt/tst-aio9.c [new file with mode: 0644]
sysdeps/pthread/aio_misc.h
sysdeps/pthread/aio_notify.c
sysdeps/pthread/aio_suspend.c
sysdeps/pthread/lio_listio.c