Searched refs:callback_queue (Results 1 – 1 of 1) sorted by relevance
109 static soundcb_queue_T *callback_queue = NULL; variable129 scb->scb_next = callback_queue; in sound_callback()130 callback_queue = scb; in sound_callback()145 return callback_queue != NULL; in has_sound_callback_in_queue()159 while (callback_queue != NULL) in invoke_sound_callback()161 scb = callback_queue; in invoke_sound_callback()162 callback_queue = scb->scb_next; in invoke_sound_callback()281 while (callback_queue != NULL) in sound_free()283 scb = callback_queue; in sound_free()284 callback_queue = scb->scb_next; in sound_free()