..
bits
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
aio_cancel.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
aio_error.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
aio_fsync.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
aio_misc.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
aio_misc.h
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
aio_notify.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
aio_read64.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
aio_read.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
aio_suspend.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
aio_write64.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
aio_write.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
allocalim.h
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
call_once.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
cnd_broadcast.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
cnd_destroy.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
cnd_init.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
cnd_signal.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
cnd_timedwait.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
cnd_wait.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
flockfile.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
ftrylockfile.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
funlockfile.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
lio_listio64.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
lio_listio.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
Makeconfig
Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.
2012-08-17 09:35:15 -07:00
Makefile
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
mtx_destroy.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
mtx_init.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
mtx_lock.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
mtx_timedlock.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
mtx_trylock.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
mtx_unlock.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
posix-timer.h
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
semaphore.h
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
thrd_create.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
thrd_detach.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
thrd_equal.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
thrd_exit.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
thrd_join.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
thrd_priv.h
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
thrd_sleep.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
threads.h
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
timer_create.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
timer_delete.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
timer_getoverr.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
timer_gettime.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
timer_routines.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
timer_settime.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
tss_create.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
tss_delete.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
tss_get.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
tss_set.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
tst-call-once.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
tst-cnd-basic.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
tst-cnd-broadcast.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
tst-cnd-timedwait.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
tst-mtx-basic.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
tst-mtx-recursive.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
tst-mtx-timedlock.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
tst-mtx-trylock.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
tst-thrd-detach.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
tst-thrd-sleep.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
tst-timer.c
Update copyright dates with scripts/update-copyrights.
2020-01-01 00:14:33 +00:00
tst-tss-basic.c
C11 threads: Move implementation to sysdeps/pthread
2020-02-09 13:56:48 +01:00
Versions
lio_listio should emit an event for each individual request in
2006-01-03 23:19:03 +00:00