freebsd-nq/sys/pc98
Seigo Tanimura 512824f8f7 - Implement selwakeuppri() which allows raising the priority of a
thread being waken up.  The thread waken up can run at a priority as
  high as after tsleep().

- Replace selwakeup()s with selwakeuppri()s and pass appropriate
  priorities.

- Add cv_broadcastpri() which raises the priority of the broadcast
  threads.  Used by selwakeuppri() if collision occurs.

Not objected in:	-arch, -current
2003-11-09 09:17:26 +00:00
..
apm Merge PC98 support. 2003-03-25 05:19:18 +00:00
cbus MFi386: revision 1.206 2003-11-04 13:15:12 +00:00
compile
conf Removed reference to the garbage (and soon to be deleted) option 2003-11-05 14:34:36 +00:00
i386 Include machine/asmacros.h instead of machine/asm.h. 2003-11-05 17:01:51 +00:00
pc98 - Implement selwakeuppri() which allows raising the priority of a 2003-11-09 09:17:26 +00:00