VLC 4.0.0-dev
|
Modules | |
Interruptible sleep functions | |
Interrupt context signaling and manipulation | |
Files | |
file | vlc_interrupt.h |
This file declares interruptible sleep functions. | |
Functions | |
void | vlc_interrupt_init (vlc_interrupt_t *) |
Initializes an interruption context. More... | |
Variables | |
static thread_local vlc_interrupt_t * | vlc_interrupt_var |
void vlc_interrupt_init | ( | vlc_interrupt_t * | ctx | ) |
Initializes an interruption context.
References vlc_interrupt::callback, vlc_interrupt::interrupted, vlc_interrupt::killed, vlc_interrupt::lock, and vlc_mutex_init().
Referenced by input_Create(), TaskNew(), and vlc_interrupt_create().
|
static |