|
VLC 4.0.0-dev
|
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. | |
| void | vlc_interrupt_deinit (vlc_interrupt_t *) |
| Deinitializes an interruption context. | |
| 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.
Referenced by input_Close(), TaskDelete(), and vlc_interrupt_destroy().