VLC
3.0.15
|
Go to the source code of this file.
Data Structures | |
struct | vlc_interrupt |
Functions | |
void | vlc_interrupt_init (vlc_interrupt_t *) |
Initializes an interruption context. More... | |
void | vlc_interrupt_deinit (vlc_interrupt_t *) |
Deinitializes an interruption context. More... | |
void vlc_interrupt_deinit | ( | vlc_interrupt_t * | ctx | ) |
Deinitializes an interruption context.
The context shall no longer be used by any thread.
References vlc_interrupt::callback, vlc_interrupt::lock, and vlc_mutex_destroy().
Referenced by CloseWorker(), input_Close(), StartWorker(), and vlc_interrupt_destroy().