|
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. More... | |
| void | vlc_rcu_read_unlock (void) |
| Ends a read-side RCU critical section. More... | |
| VLC_USED bool | vlc_rcu_read_held (void) |
| Checks if the thread is in an read-side RCU critical section. More... | |
| void | vlc_rcu_synchronize (void) |
| Waits for completion of earlier read-side RCU critical section. More... | |
Read-Copy-Update (RCU) declarations.