1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00
freebsd/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 - Do not uiomove with a mutex locked. 2002-01-01 17:36:26 +00:00
midisynth.c - Provide toggles to show debug messages. Set new sysctl variables 2002-01-04 01:13:49 +00:00
midisynth.h - Do not uiomove with a mutex locked. 2002-01-01 17:36:26 +00:00
miditypes.h - Do not uiomove with a mutex locked. 2002-01-01 17:36:26 +00:00
sequencer.c Gigacommit to improve device-driver source compatibility between 2003-03-03 12:15:54 +00:00
sequencer.h - Provide toggles to show debug messages. Set new sysctl variables 2002-01-04 01:13:49 +00:00
timer.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
timer.h Add the system default timer engine. 2002-01-04 01:16:18 +00:00