taglinefilesource code
wait_handle36drivers/sound/dmabuf.cstatic wait_handle *in_sleeper[MAX_AUDIO_DEV] =
wait_handle41drivers/sound/dmabuf.cstatic wait_handle *out_sleeper[MAX_AUDIO_DEV] =
wait_handle119drivers/sound/gus_wave.cstatic wait_handle *dram_sleeper = NULL;
wait_handle41drivers/sound/midi_synth.cstatic wait_handle *sysex_sleeper = NULL;
wait_handle42drivers/sound/midibuf.cstatic wait_handle *midi_sleeper[MAX_MIDI_DEV] =
wait_handle47drivers/sound/midibuf.cstatic wait_handle *input_sleeper[MAX_MIDI_DEV] =
wait_handle37drivers/sound/patmgr.cstatic wait_handle *server_procs[MAX_SYNTH_DEV] =
wait_handle54drivers/sound/patmgr.cstatic wait_handle *appl_proc = NULL;
wait_handle61drivers/sound/sequencer.cstatic wait_handle *seq_sleeper = NULL;
wait_handle64drivers/sound/sequencer.cstatic wait_handle *midi_sleeper = NULL;
wait_handle107drivers/sound/sscape.cstatic wait_handle *sscape_sleeper = NULL;