VLC 4.0.0-dev
Loading...
Searching...
No Matches
interrupt.h File Reference
Include dependency graph for interrupt.h:

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.
 

Function Documentation

◆ vlc_interrupt_deinit()

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().