freebsd-src/lib/libthr
David Xu a364e127e3 Now libthr only uses GDT based tls on i386. using LDT can only increase
clock cycles and has 8191 threads limitation.
2005-04-23 03:31:59 +00:00
..
arch Now libthr only uses GDT based tls on i386. using LDT can only increase 2005-04-23 03:31:59 +00:00
support Use thr_new syscall to create a new thread, obscure context operations 2005-04-23 02:48:59 +00:00
sys Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thread Use thr_new syscall to create a new thread, obscure context operations 2005-04-23 02:48:59 +00:00
Makefile Use thr_new syscall to create a new thread, obscure context operations 2005-04-23 02:48:59 +00:00
pthread.map Add debugger event reporting support, current only TD_CREATE and TD_DEATH 2005-04-12 03:00:28 +00:00