Searched refs:RT_PIPE_FLAG_BLOCK_WR (Results 1 – 2 of 2) sorted by relevance
42 RT_PIPE_FLAG_BLOCK_WR = 0x02, /**< write would block */ enumerator
22 RT_ASSERT(pipe->flag & RT_PIPE_FLAG_BLOCK_WR); in _rt_audio_pipe_resume_writer()164 !(pipe->flag & RT_PIPE_FLAG_BLOCK_WR)) in rt_audio_pipe_write()
Completed in 3 milliseconds