]> git.sesse.net Git - vlc/commit
block: add low-level functions for block FIFOs
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 24 Feb 2015 21:07:36 +0000 (23:07 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 19 Mar 2015 17:56:09 +0000 (19:56 +0200)
commit26d23afcec399aacc37badcdea105399cd89c4a8
tree9bd2b5c17f4c5fe9254a37e78bf8f99bec48a42d
parent2d15c90005bd15960ec54bb722592643337d9f4d
block: add low-level functions for block FIFOs

In some cases, the thread(s) consuming a FIFO needs to wake up in other
circumstances than the FIFO being non-empty. For that purpose, this new
set of functions is vastly more flexible than block_FifoWake().
include/vlc_block.h
src/libvlccore.sym
src/misc/fifo.c