| Commit message (Expand) | Author | Age | Files | Lines |
* | util: use standard name for snprintf() | Eric Engestrom | 2019-07-19 | 1 | -4/+4 |
* | util/queue: add util_queue_adjust_num_threads | Marek Olšák | 2019-04-01 | 1 | -6/+44 |
* | util/queue: hold a lock when reading num_threads in util_queue_finish | Marek Olšák | 2019-04-01 | 1 | -3/+3 |
* | util/queue: add ability to kill a subset of threads | Marek Olšák | 2019-04-01 | 1 | -18/+34 |
* | util/queue: move thread creation into a separate function | Marek Olšák | 2019-04-01 | 1 | -24/+32 |
* | util/u_queue: add UTIL_QUEUE_INIT_SET_FULL_THREAD_AFFINITY | Marek Olšák | 2018-10-06 | 1 | -0/+14 |
* | kutil/queue: use util_snprintf() in util_queue_init | Andres Gomez | 2018-08-02 | 1 | -3/+3 |
* | util: move process.[ch] to u_process.[ch] | Dylan Baker | 2018-08-01 | 1 | -1/+1 |
* | util: u_queue: fix android build error | Lionel Landwerlin | 2018-07-05 | 1 | -1/+1 |
* | util/queue: remove leftover debug code | Marek Olšák | 2018-07-04 | 1 | -1/+0 |
* | kutil/queue: add a process name into a thread name | Marek Olšák | 2018-07-04 | 1 | -2/+30 |
* | util/u_queue: fix a deadlock in util_queue_finish | Marek Olšák | 2018-04-27 | 1 | -0/+9 |
* | util/u_queue: fix timeout handling in util_queue_fence_wait_timeout | Nicolai Hähnle | 2017-11-20 | 1 | -1/+1 |
* | util/u_queue: add util_queue_fence_wait_timeout | Nicolai Hähnle | 2017-11-09 | 1 | -1/+81 |
* | u_queue: add util_queue_finish for waiting for previously added jobs | Nicolai Hähnle | 2017-11-09 | 1 | -0/+35 |
* | u_queue: add a futex-based implementation of fences | Nicolai Hähnle | 2017-11-09 | 1 | -0/+2 |
* | u_queue: add util_queue_fence_reset | Nicolai Hähnle | 2017-11-09 | 1 | -3/+1 |
* | u_queue: export util_queue_fence_signal | Nicolai Hähnle | 2017-11-09 | 1 | -1/+1 |
* | util/queue: fix a race condition in the fence code | Nicolai Hähnle | 2017-09-29 | 1 | -0/+13 |
* | util: only use SCHED_IDLE in pthread_setschedparam() when it's defined | Roland Scheidegger | 2017-09-01 | 1 | -1/+1 |
* | util/u_queue: add an option to resize the queue when it's full | Marek Olšák | 2017-07-17 | 1 | -3/+34 |
* | util/u_queue: fix a use-before-initialization race for queue->threads | Marek Olšák | 2017-06-07 | 1 | -16/+14 |
* | util/u_queue: add an option to set the minimum thread priority | Marek Olšák | 2017-06-07 | 1 | -1/+18 |
* | util/u_queue: add a way to remove a job when we just want to destroy it | Marek Olšák | 2017-06-07 | 1 | -6/+47 |
* | util/queue: don't hang at exit | Rob Clark | 2017-04-18 | 1 | -1/+10 |
* | gallium/util: move u_queue.{c,h} to src/util | Timothy Arceri | 2017-03-12 | 1 | -0/+331 |