aboutsummaryrefslogtreecommitdiff
path: root/src/core/taskq.c
Commit message (Expand)AuthorAge
* fixes #45 expose aio to applicationsGarrett D'Amore2017-10-25
* Provide versions of mutex, condvar, and aio init that never fail.Garrett D'Amore2017-08-16
* Idempotent taskq finalizers.Garrett D'Amore2017-08-14
* Thundering herd kills performance.Garrett D'Amore2017-08-10
* Subsystem initialize is idempotent; simplify cleanup.Garrett D'Amore2017-08-07
* Refactor AIO logic to close numerous races and reduce complexity.Garrett D'Amore2017-08-04
* More reliable taskq fini; avoids deadlock during shutdown.Garrett D'Amore2017-08-02
* Eliminate the separate AIO wake callback, making nni_aio_waitGarrett D'Amore2017-07-21
* Simpler taskq API.Garrett D'Amore2017-07-21
* Yet more race condition fixes.Garrett D'Amore2017-07-20
* Always run the AIO completion logic.Garrett D'Amore2017-07-19
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Refactor stop again, closing numerous races (thanks valgrind!)Garrett D'Amore2017-06-28
* Fix taskq_cancel race.Garrett D'Amore2017-06-08
* Fix leaking taskq data.Garrett D'Amore2017-03-12
* Pipeline protocol now entirely callback driven.Garrett D'Amore2017-03-04
* Taskq implementation.Garrett D'Amore2017-02-18