summaryrefslogtreecommitdiff
path: root/runqueue.h
Commit message (Expand)AuthorAgeFilesLines
* libubox: runqueue: fix use-after-free bugAlban Bedel2020-05-211-1/+1
* libubox: runqueue fix comment in headerChris Nisbet2020-05-211-2/+2
* libubox: add static initializer macro for runqueuesFelix Fietkau2016-07-291-0/+9
* runqueue: add a function that allows adding jobs to the front of the runqueueJohn Crispin2013-11-181-0/+1
* runqueue: move completion handler from runqueue_process to runqueue_task to m...Felix Fietkau2013-05-091-1/+2
* runqueue: fix include pathFelix Fietkau2013-05-091-3/+3
* runqueue: add a simple task queueing/completion tracking implementationFelix Fietkau2013-05-091-0/+113