Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/simple_mtx: add assert_locked() | Rob Clark | 2020-04-29 | 1 | -0/+22 |
* | util/simple_mtx: add a missing include to get ASSERTED | Marek Olšák | 2020-01-24 | 1 | -0/+1 |
* | util/simple_mtx: don't set the canary when it can't be checked | Eric Engestrom | 2019-12-13 | 1 | -1/+3 |
* | util: Detect use-after-destroy in simple_mtx | Kenneth Graunke | 2019-12-10 | 1 | -1/+10 |
* | tree-wide: replace MAYBE_UNUSED with ASSERTED | Eric Engestrom | 2019-07-31 | 1 | -1/+1 |
* | src/util/simple_mtx.h: Fix two -Wunused-param warnings. | Gert Wollny | 2017-11-17 | 1 | -2/+2 |
* | util/u_queue: add util_queue_fence_wait_timeout | Nicolai Hähnle | 2017-11-09 | 1 | -1/+1 |
* | util: move futex helpers into futex.h | Nicolai Hähnle | 2017-11-09 | 1 | -21/+2 |
* | mesa: Add new fast mtx_t mutex type for basic use cases | Timothy Arceri | 2017-11-09 | 1 | -0/+155 |