VLC 4.0.0-dev
|
Read-Copy-Update (RCU) declarations. More...
Go to the source code of this file.
Functions | |
void | vlc_rcu_read_lock (void) |
Begins a read-side RCU critical section. | |
void | vlc_rcu_read_unlock (void) |
Ends a read-side RCU critical section. | |
VLC_USED bool | vlc_rcu_read_held (void) |
Checks if the thread is in an read-side RCU critical section. | |
void | vlc_rcu_synchronize (void) |
Waits for completion of earlier read-side RCU critical section. | |
Read-Copy-Update (RCU) declarations.