freebsd-skq/lib/libc_r
jasone 3fbe60fc0d Condition variable waiters are queued in descending priority order, so
there is no need to wake all waiters to assure that the highest priority
thread is run.  As the semaphore code is written, there was no correctness
problem, but the change improves sem_post() performance.

Pointed out by:	deischen
2001-05-18 00:36:05 +00:00
..
arch
man MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
sys
test -pthread -> -lc_r 2001-01-24 13:41:04 +00:00
uthread Condition variable waiters are queued in descending priority order, so 2001-05-18 00:36:05 +00:00
Makefile Add weak definitions for wrapped system calls. In general: 2001-01-24 13:03:38 +00:00