freebsd-dev/lib/libthr
Mike Makonnen 745a4a9ef8 Do not attempt to reque a thread on a mutex queue. It may be that
a thread receives a spurious wakeup from sigtimedwait(), so make sure
that the call to the queueing code is called only once before entering
the loop (not in the loop). This should fix some fatal errors people
are seeing with messages stating the thread is already on the mutex queue.
These errors may still be triggered from signal handlers; however, since
that part of the code is not locked down yet.
2003-07-01 15:52:09 +00:00
..
arch The move to _retire() a thread in the GC instead of in the thread's 2003-06-29 00:12:40 +00:00
sys - Adjust the makefiles so we have a per architecture makefile. 2003-04-01 07:07:38 +00:00
thread Do not attempt to reque a thread on a mutex queue. It may be that 2003-07-01 15:52:09 +00:00
Makefile Axe AINC. 2003-07-01 15:07:01 +00:00