ivykis icon indicating copy to clipboard operation
ivykis copied to clipboard

Results 9 ivykis issues
Sort by recently updated
recently updated
newest added

The attached reproducer code spawns two processes, one of them polls a perfectly valid pipe fd for writing using ivykis, and the child process would be responsible for reading, but...

This is a request-for-comments PR against iv_work to allow the submission of tasks from a worker thread and not just from the thread that owns the iv_work pool.

In syslog-ng, our main thread polls various sources and whenever there's a new I/O event, it submits this as work to a set of worker threads, an iv_work_pool instance. This...

uclibc on m68k defines pthread_spinlock_t but does not define pthread_spin_trylock so check for this function before using it Fixes: - http://autobuild.buildroot.org/results/0a6de11c030a4f39e402917809fc6d33fb463d1b Signed-off-by: Fabrice Fontaine

LLVM switched to error presence of undefined symbols in the version map. The added key restores old behavior. The change is important to fix build on operating systems that don't...

Bug: https://bugs.gentoo.org/871753 Hey there! When backporting some upcoming fixes for Clang 16 into autoconf 2.71, we ran into some quoting issues in the `test.mt/configure.ac` autoconf script. Upstream added a commit...

This fixes a compilation error: error: function declaration isn’t a prototype [-Werror=strict-prototypes]

git clone https://github.com/buytenh/ivykis.git . Cloning into '.'... remote: Enumerating objects: 5440, done. remote: Counting objects: 100% (161/161), done. remote: Compressing objects: 100% (69/69), done. remote: Total 5440 (delta 98), reused...

If there's a #pragma option to silence this then the PR is meaningless, otherwise please let us silence this warning. Signed-off-by: Hofi