mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
* 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.
This commit is contained in:
@@ -47,7 +47,9 @@ struct waitlist
|
||||
struct waitlist *next;
|
||||
|
||||
/* The next two fields is used in synchronous `lio_listio' operations. */
|
||||
#ifndef DONT_NEED_AIO_MISC_COND
|
||||
pthread_cond_t *cond;
|
||||
#endif
|
||||
int *result;
|
||||
|
||||
volatile int *counterp;
|
||||
|
||||
Reference in New Issue
Block a user