Searched refs:SND_CountFreeCommand (Results 1 – 2 of 2) sorted by relevance
112 int SND_CountFreeCommand(void);
473 int freeCount = SND_CountFreeCommand(); in SND_WaitForFreeCommand()490 if (SND_CountFreeCommand() >= count) in SND_WaitForFreeCommand()508 } while (SND_CountFreeCommand() < count); in SND_WaitForFreeCommand()588 int SND_CountFreeCommand(void) in SND_CountFreeCommand() function642 int freeCount = SND_CountFreeCommand(); in SND_CountWaitingCommand()