NetBSD/lib/libpthread/arch/i386
ad 66ac2ffaf2 Mutexes:
- Play scrooge again and chop more cycles off acquire/release.
- Spin while the lock holder is running on another CPU (adaptive mutexes).
- Do non-atomic release.

Threadreg:

- Add the necessary hooks to use a thread register.
- Add the code for i386, using %gs.
- Leave i386 code disabled until xen and COMPAT_NETBSD32 have the changes.
2007-11-13 17:20:08 +00:00
..
_context_u.S Mutexes: 2007-11-13 17:20:08 +00:00
_getsetc.S fix warning about indirect call without * 2007-01-20 18:56:30 +00:00
genassym.cf Remove the PTHREAD_SA option. If M:N threads is reimplemented it's 2007-03-02 18:53:51 +00:00
pthread_md.c Mutexes: 2007-11-13 17:20:08 +00:00
pthread_md.h Mutexes: 2007-11-13 17:20:08 +00:00