
Functions | |
| uintptr_t | vlc_atomic_get (const vlc_atomic_t *atom) |
| uintptr_t | vlc_atomic_set (vlc_atomic_t *atom, uintptr_t v) |
| uintptr_t | vlc_atomic_add (vlc_atomic_t *atom, uintptr_t v) |
| uintptr_t | vlc_atomic_swap (vlc_atomic_t *atom, uintptr_t v) |
| uintptr_t | vlc_atomic_compare_swap (vlc_atomic_t *atom, uintptr_t oldval, uintptr_t newval) |
Variables | |
| static vlc_mutex_t | lock = PTHREAD_MUTEX_INITIALIZER |
| uintptr_t vlc_atomic_add | ( | vlc_atomic_t * | atom, | |
| uintptr_t | v | |||
| ) |
Referenced by vlc_atomic_inc(), vlc_atomic_sub(), and vlc_timer_thread().
| uintptr_t vlc_atomic_compare_swap | ( | vlc_atomic_t * | atom, | |
| uintptr_t | oldval, | |||
| uintptr_t | newval | |||
| ) |
Referenced by aout_InputRequestRestart().
| uintptr_t vlc_atomic_get | ( | const vlc_atomic_t * | atom | ) |
| uintptr_t vlc_atomic_set | ( | vlc_atomic_t * | atom, | |
| uintptr_t | v | |||
| ) |
| uintptr_t vlc_atomic_swap | ( | vlc_atomic_t * | atom, | |
| uintptr_t | v | |||
| ) |
Referenced by aout_CheckRestart(), and vlc_timer_getoverrun().
vlc_mutex_t lock = PTHREAD_MUTEX_INITIALIZER [static] |
1.7.1