musl/src/internal
Rich Felker 729cb49f52 new framework to inhibit thread cancellation when needed
with these small changes, libc functions which need to call functions
which are cancellation points, but which themselves must not be
cancellation points, can use the CANCELPT_INHIBIT and CANCELPT_RESUME
macros to temporarily inhibit all cancellation.
2011-04-05 18:00:28 -04:00
..
i386 overhaul syscall interface 2011-03-19 18:51:42 -04:00
x86_64 remove comment cruft that got left behind in x86_64 syscall.s 2011-03-19 19:05:43 -04:00
futex.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
libc.c various changes in preparation for dynamic linking support 2011-02-24 16:37:21 -05:00
libc.h new framework to inhibit thread cancellation when needed 2011-04-05 18:00:28 -04:00
locale_impl.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
pthread_impl.h optimize timer creation and possibly protect against some minor races 2011-03-30 12:06:39 -04:00
stdio_impl.h major stdio overhaul, using readv/writev, plus other changes 2011-03-28 01:14:44 -04:00
syscall.c overhaul syscall interface 2011-03-19 18:51:42 -04:00
syscall.h global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
syscall_ret.c overhaul syscall interface 2011-03-19 18:51:42 -04:00