about summary refs log tree commit diff
path: root/benchtests/bench-pthread-mutex-trylock.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
|
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
|
* Benchtests: Add bench for pthread_spin_{try}lock and mutex_trylockNoah Goldstein2022-10-031-0/+37
Reuses infrastructure from previous pthread_mutex_lock benchmarks to test other performance sensitive functions.