NetBSD/lib/libpthread_dbg
chs 94a458cedd enhance MI pthreads code to support hppa:
- statically initialize all global spin locks.  on hppa, 0 means
   the lock is held, so leaving them with the default value doesn't work.
 - compare functions pointers using a function-pointer type rather than
   an integral type.  on hppa, function pointers may be indirect,
   so we need to trigger gcc to emit calls to the function-pointer
   canonicalization routines in the millicode.
 - on hppa the stack grows up, so handle that using the STACK_* macros.
2004-07-18 21:24:52 +00:00
..
Makefile Add td__getstacksize() to support variable stack sizes. 2003-11-27 16:32:09 +00:00
pthread_dbg.c enhance MI pthreads code to support hppa: 2004-07-18 21:24:52 +00:00
pthread_dbg.h Add support for reporting and examining suspended threads. 2004-06-02 21:18:25 +00:00
pthread_dbg_int.h Avoid depending on declarations of struct reg and struct fpreg by using 2004-06-10 01:38:29 +00:00
shlib_version