Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-09-29 | util/queue: fix a race condition in the fence code | Nicolai Hähnle | 1 | -0/+13 |
2017-09-01 | util: only use SCHED_IDLE in pthread_setschedparam() when it's defined | Roland Scheidegger | 1 | -1/+1 |
2017-07-17 | util/u_queue: add an option to resize the queue when it's full | Marek Olšák | 1 | -3/+34 |
2017-06-07 | util/u_queue: fix a use-before-initialization race for queue->threads | Marek Olšák | 1 | -16/+14 |
2017-06-07 | util/u_queue: add an option to set the minimum thread priority | Marek Olšák | 1 | -1/+18 |
2017-06-07 | util/u_queue: add a way to remove a job when we just want to destroy it | Marek Olšák | 1 | -6/+47 |
2017-04-18 | util/queue: don't hang at exit | Rob Clark | 1 | -1/+10 |
2017-03-12 | gallium/util: move u_queue.{c,h} to src/util | Timothy Arceri | 1 | -0/+331 |