summaryrefslogtreecommitdiff
path: root/runqueue.c
Commit message (Expand)AuthorAgeFilesLines
* libubox: runqueue: fix use-after-free bugAlban Bedel2020-05-211-2/+1
* runqueue: fix use-after-free bugFelix Fietkau2017-06-141-1/+1
* libubox: runqueue: Cancel task timeout when completeing taskHelmut Schaa2014-01-291-0/+2
* runqueue: add a function that allows adding jobs to the front of the runqueueJohn Crispin2013-11-181-2/+15
* runqueue should cal the complete handler from more placesJohn Crispin2013-07-021-2/+4
* runqueue: move completion handler from runqueue_process to runqueue_task to m...Felix Fietkau2013-05-091-4/+2
* runqueue: add a simple task queueing/completion tracking implementationFelix Fietkau2013-05-091-0/+267