Searched defs:vpx_atomic_init (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_util/
H A Dvpx_atomics.h69 // This primitive MUST be initialized using vpx_atomic_init or VPX_ATOMIC_INIT
77 static INLINE void vpx_atomic_init(vpx_atomic_int *atomic, int value) { function

Completed in 251 milliseconds