VLC 4.0.0-dev
Loading...
Searching...
No Matches

Read-Copy-Update (RCU) declarations. More...

Include dependency graph for rcu.h:

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.
 

Detailed Description

Read-Copy-Update (RCU) declarations.