freebsd-dev/sys/dev/sound/midi
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
..
midi.c Gigacommit to improve device-driver source compatibility between 2003-03-03 12:15:54 +00:00
midi.h Deprecate machine/limits.h in favor of new sys/limits.h. 2003-04-29 13:36:06 +00:00
midibuf.c - Implement selwakeuppri() which allows raising the priority of a 2003-11-09 09:17:26 +00:00
midibuf.h
midisynth.c
midisynth.h
miditypes.h
sequencer.c Gigacommit to improve device-driver source compatibility between 2003-03-03 12:15:54 +00:00
sequencer.h
timer.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
timer.h