summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | use type-safe casts when getting real function pointersLennart Poettering2009-09-141-21/+23
| |
* | add license blurbLennart Poettering2009-09-141-0/+19
| |
* | handle pthread_cond_xxx based mutex operations properlyLennart Poettering2009-09-141-29/+32
| |
* | add -pthread to CFLAGSLennart Poettering2009-09-141-1/+1
|/
* fix ellipsationLennart Poettering2009-09-141-1/+1
|
* If nothing is contended say that explicitlyLennart Poettering2009-09-141-10/+15
|
* fill in configuration from environmentLennart Poettering2009-09-141-23/+59
|
* optionally raise trap when encountering inconsistencyLennart Poettering2009-09-141-0/+15
|
* show mutex type in summary tableLennart Poettering2009-09-141-15/+38
|
* POSIX thinks using trylock() on a mutex you already own is OK, so don't ↵Lennart Poettering2009-09-141-3/+3
| | | | complain about it
* only show the first 10 mutexesLennart Poettering2009-09-141-12/+23
|
* increase hash table sizeLennart Poettering2009-09-141-6/+3
|
* handle recursive mutexes properlyLennart Poettering2009-09-141-6/+20
|
* measure overall runtimeLennart Poettering2009-09-141-31/+43
|
* initial commitLennart Poettering2009-09-143-0/+694