mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
c51b4b5742
Add a new plugin for creating pipes between pairs of VFS handles. It is intended to replace the libc_pipe plugin, one of the last remaining libc plugins. In contrast to the libc_pipe plugin, this plugin defers cross-handle notification until I/O signal handling rather than block and unblock readers using a semaphore. This is a performance regression in the case of multiple threads blocking on a pipe, but shall be an intermediate mechanism pending renovations within the libc VFS and threading layers. As a side effect, threads blocked on a pipe might not be resumed until the main thread suspends and dispatches I/O signals. The "test-libc_pipe" test has been adjusted to use the VFS pipe plugin and tests both local pipes and pipes hosted remotely in the VFS server. Merge adaptations (such as EOF handling, adjustment to VFS/libc interface changes) by Norman Feske. Fix #2303 |
||
---|---|---|
.. | ||
acpica | ||
gcov | ||
pdf_view | ||
qt5_textedit | ||
test-expat | ||
test-ldso | ||
test-libc | ||
test-libc_connect_lwip | ||
test-libc_connect_lxip | ||
test-libc_connect_vfs_server_lwip | ||
test-libc_connect_vfs_server_lxip | ||
test-libc_counter | ||
test-libc_getenv | ||
test-libc_pipe | ||
test-libc_vfs | ||
test-libc_vfs_block | ||
test-libc_vfs_counter | ||
test-libc_vfs_fs | ||
test-libc_vfs_fs_chained | ||
test-libc_vfs_ram | ||
test-pthread | ||
test-python | ||
test-rust | ||
test-sequence | ||
test-solo5 | ||
test-spark | ||
test-spark_exception | ||
test-spark_secondary_stack | ||
test-stdcxx | ||
test-tcp_bulk_lwip | ||
test-tcp_bulk_lxip | ||
test-timed_semaphore |