freebsd-dev/lib/libpthread/arch
Marcel Moolenaar 9a3ea63e79 Define THR_GETCONTEXT and THR_SETCONTEXT in terms of the userland
context functions. We don't need to enter the kernel anymore. The
contexts are compatible (ie a context created by getcontext() can
be restored by _ia64_restore_context()).

While here, make the use of THR_ALIGNBYTES and THR_ALIGN a no-op.
They are going to be removed anyway.
2003-08-05 19:37:20 +00:00
..
alpha Remove _atomic_lock. It's not used. 2003-06-23 04:33:32 +00:00
amd64 -15 is incorrect to be used to align stack to 16 bytes, use ~15 instead. 2003-08-02 22:39:10 +00:00
i386 This file hasn't been used for some time; nuke it. 2003-07-31 21:29:04 +00:00
ia64 Define THR_GETCONTEXT and THR_SETCONTEXT in terms of the userland 2003-08-05 19:37:20 +00:00