Home
last modified time | relevance | path

Searched refs:stdio_inuse (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dsioman.c29 static pa_atomic_t stdio_inuse = PA_ATOMIC_INIT(0); variable
32 return pa_atomic_cmpxchg(&stdio_inuse, 0, 1) ? 0 : -1; in pa_stdio_acquire()
36 pa_assert_se(pa_atomic_cmpxchg(&stdio_inuse, 1, 0)); in pa_stdio_release()

Completed in 0 milliseconds