opnsense-src/lib/libpthread
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
..
arch Define THR_GETCONTEXT and THR_SETCONTEXT in terms of the userland 2003-08-05 19:37:20 +00:00
man The .Fn function 2003-06-08 10:40:44 +00:00
support Style. 2003-07-02 20:52:39 +00:00
sys Move the machine specific files from sys/Makefile.inc and put them 2003-06-23 04:28:31 +00:00
test o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it 2003-07-17 23:02:30 +00:00
thread sysctlbyname needs size_t type, not int. 2003-07-31 08:26:58 +00:00
Makefile o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it 2003-07-17 23:02:30 +00:00
pthread.map Override libc function raise(), in threading mode, raise() will 2003-07-19 05:25:49 +00:00