summaryrefslogtreecommitdiff
path: root/src/cairo-mutex-type-private.h
Commit message (Expand)AuthorAgeFilesLines
* Fix deadlock in cairo-scaled-font.cAdrian Johnson2022-05-281-0/+7
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Recursive mutex.Chris Wilson2010-01-221-1/+8
* Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson2008-10-221-0/+3
* [mutex] s/HOLDS_MUTEX/MUTEX_IS_LOCKED/Chris Wilson2008-10-201-2/+2
* Remove CAIRO_BEGIN_DECLS uses that ickle introduced while mergingBehdad Esfahbod2008-10-201-2/+0
* Add support for lockdep.Chris Wilson2008-10-171-1/+5
* Revamp the build system.Behdad Esfahbod2008-09-021-6/+0
* Use #include "cairo-*." instead of #include <cairo-*.h>Behdad Esfahbod2008-06-231-1/+1
* [cairo-mutex] Remove debugging stuff that I accidentally committedBehdad Esfahbod2008-06-011-20/+1
* Fix whitespaceBehdad Esfahbod2008-05-281-4/+4
* [cairo-mutex] Prepare mutex infrastructure for adding mutex debugging facilitiesBehdad Esfahbod2008-05-271-142/+127
* [src/check-doc-syntax.sh] Fix some bugs in the check and fix errors foundBehdad Esfahbod2008-05-091-10/+22
* [doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod2008-01-281-3/+3
* [doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod2008-01-281-12/+12
* Make NO_MUTEX really mean no mutexesVladimir Vukicevic2007-09-181-3/+3
* Remove include of cairoint.h from *-private.h header files.Carl Worth2007-08-231-1/+3
* [Makefile.am] Add target sparse to run sparse static source code analyzerBehdad Esfahbod2007-08-221-3/+1
* [cairo-mutex] Document the API for adding cairo_mutex_t implementationsBehdad Esfahbod2007-05-011-0/+83
* [cairo-mutex] Define a NOOP CAIRO_MUTEX_FINALIZE() for pthreadBehdad Esfahbod2007-05-011-0/+1
* [cairo-mutex] Remove NOOP definition of CAIRO_MUTEX_INITIALIZEBehdad Esfahbod2007-05-011-1/+0
* [cairo-mutex] Improve error message if no thread implementation foundBehdad Esfahbod2007-05-011-2/+2
* [cairo-mutex] Make CAIRO_MUTEX_INIT/FINI take mutex object, not pointer to itBehdad Esfahbod2007-05-011-12/+7
* [cairo-mutex] Make sure CAIRO_MUTEX_FINI() evaluates its argument onceBehdad Esfahbod2007-05-011-1/+2
* [cairo-mutex] Rename macro arguments from "name" to "mutex"Behdad Esfahbod2007-05-011-10/+10
* [cairo-mutex-private.h] Move implementation-specific parts to cairo-mutex-typ...Behdad Esfahbod2007-05-011-0/+131