summaryrefslogtreecommitdiff
path: root/src/util/u_queue.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-07util/u_queue: fix a use-before-initialization race for queue->threadsMarek Olšák1-16/+14
2017-06-07util/u_queue: add an option to set the minimum thread priorityMarek Olšák1-1/+18
2017-06-07util/u_queue: add a way to remove a job when we just want to destroy itMarek Olšák1-6/+47
2017-04-18util/queue: don't hang at exitRob Clark1-1/+10
2017-03-12gallium/util: move u_queue.{c,h} to src/utilTimothy Arceri1-0/+331