summaryrefslogtreecommitdiffstats
path: root/lib/libkse/arch/ia64/include/pthread_md.h
Commit message (Expand)AuthorAgeFilesLines
* For un-prototyped static inline functions declared in pthread_md.h onrwatson2007-12-011-1/+1
* Stylize:marcel2006-09-011-33/+49
* Implement TLS.marcel2006-09-011-10/+10
* Fix compile, s/tp_dtv/tp_tdv/g.davidxu2004-08-161-1/+1
* 1. Add macro DTV_OFFSET to calculate dtv offset in tcb.davidxu2004-08-161-0/+1
* Add TLS support for i386 and amd64.dfr2004-08-151-1/+1
* kse_switchin ABI was changed in kernel.davidxu2004-07-121-3/+2
* Simplify the contexts created by the kernel and remove the relatedmarcel2003-12-071-0/+6
* Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c tomarcel2003-09-191-0/+2
* _ia64_break_setcontext() now takes a mcontext_t. While here, definemarcel2003-09-191-10/+3
* Grok async contexts. When a thread is interrupted and an upcallmarcel2003-08-071-9/+27
* Fix a typo. s/Line/Like/deischen2003-08-061-1/+1
* Avoid a level of indirection to get from the thread pointer to themarcel2003-08-061-37/+27
* Define the static TLS as an array of long double. This will guaranteemarcel2003-08-061-2/+6
* Rethink the MD interfaces for libpthread to account fordeischen2003-08-051-17/+181
* Define THR_GETCONTEXT and THR_SETCONTEXT in terms of the userlandmarcel2003-08-051-4/+5
* Implement _thr_enter_uts() and _thr_switch() as inline functions tomarcel2003-06-261-0/+30
* Untangle the inter-dependency of kse types and ksd types/functionsmarcel2003-06-231-0/+6
* Define THR_{G|S}ETCONTEXT to expand to {g|s}etcontext(2).marcel2003-06-231-0/+38
OpenPOWER on IntegriCloud