VLC
3.0.15
|
Data Structures | |
struct | vlc_timer |
Functions | |
static noreturn void * | vlc_timer_thread (void *data) |
int | vlc_timer_create (vlc_timer_t *id, void(*func)(void *), void *data) |
Initializes an asynchronous timer. More... | |
void | vlc_timer_destroy (vlc_timer_t timer) |
Destroys an initialized timer. More... | |
void | vlc_timer_schedule (vlc_timer_t timer, bool absolute, mtime_t value, mtime_t interval) |
Arms or disarms an initialized timer. More... | |
unsigned | vlc_timer_getoverrun (vlc_timer_t timer) |
Fetches and resets the overrun counter for a timer. More... | |
|
static |
References vlc_timer::data, vlc_timer::lock, mutex_cleanup_push, and vlc_mutex_lock().
Referenced by vlc_timer_create().