Searched refs:schd (Results 1 – 2 of 2) sorted by relevance
98 snd_schd_t schd; in snd_schd_init() local100 schd = snd_malloc(sizeof(*schd)); in snd_schd_init()101 if (!schd) in snd_schd_init()103 schd->waiting = 0; in snd_schd_init()106 snd_free(schd); in snd_schd_init()110 return schd; in snd_schd_init()117 if (!schd) in snd_schd_timeout()120 schd->waiting = 1; in snd_schd_timeout()131 if (!schd || !schd->waiting) in snd_schd_wakeup()142 if (!schd) in snd_schd_destroy()[all …]
85 int snd_schd_timeout(snd_schd_t schd, long ms);86 void snd_schd_wakeup(snd_schd_t schd);87 void snd_schd_destroy(snd_schd_t schd);
Completed in 11 milliseconds