musl/src/thread/i386
Rich Felker ea343364a7 match glibc/lsb cancellation abi on i386
glibc made the ridiculous choice to use pass-by-register calling
convention for these functions, which is impossible to duplicate
directly on non-gcc compilers. instead, we use ugly asm to wrap and
convert the calling convention. presumably this works with every
compiler anyone could potentially want to use.
2011-03-25 22:13:57 -04:00
..
__set_thread_area.s finish unifying thread register handling in preparation for porting 2011-02-15 03:56:52 -05:00
__unmapself.s race condition fix: block all signals before decrementing thread count 2011-02-19 11:04:36 -05:00
cancellation2.s match glibc/lsb cancellation abi on i386 2011-03-25 22:13:57 -04:00
cancellation3.s match glibc/lsb cancellation abi on i386 2011-03-25 22:13:57 -04:00
clone.s begin unifying clone/thread management interface in preparation for porting 2011-02-15 03:24:58 -05:00