aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/simple_mtx.h
Commit message (Expand)AuthorAgeFilesLines
* util/simple_mtx: add assert_locked()Rob Clark2020-04-291-0/+22
* util/simple_mtx: add a missing include to get ASSERTEDMarek Olšák2020-01-241-0/+1
* util/simple_mtx: don't set the canary when it can't be checkedEric Engestrom2019-12-131-1/+3
* util: Detect use-after-destroy in simple_mtxKenneth Graunke2019-12-101-1/+10
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* src/util/simple_mtx.h: Fix two -Wunused-param warnings.Gert Wollny2017-11-171-2/+2
* util/u_queue: add util_queue_fence_wait_timeoutNicolai Hähnle2017-11-091-1/+1
* util: move futex helpers into futex.hNicolai Hähnle2017-11-091-21/+2
* mesa: Add new fast mtx_t mutex type for basic use casesTimothy Arceri2017-11-091-0/+155