index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-mutex.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-19
[cairo-mutex] Move semicolons out of cairo-mutex-list-private.h
Behdad Esfahbod
1
-3
/
+3
2008-05-27
[cairo-mutex] Prepare mutex infrastructure for adding mutex debugging facilities
Behdad Esfahbod
1
-8
/
+10
2007-05-03
[cairo-mutex] Fix typo.
Behdad Esfahbod
1
-4
/
+4
2007-05-01
[cairo-mutex] Rewrite defaults for CAIRO_MUTEX macros not defined by the impl...
Behdad Esfahbod
1
-3
/
+15
2007-05-01
[cairo-mutex] Fix usage of CAIRO_MUTEX_DECLARE()
Behdad Esfahbod
1
-4
/
+5
2007-05-01
[cairo-mutex] Make CAIRO_MUTEX_INIT/FINI take mutex object, not pointer to it
Behdad Esfahbod
1
-2
/
+2
2007-05-01
[cairo-mutex] Rename macro arguments from "name" to "mutex"
Behdad Esfahbod
1
-2
/
+2
2007-04-19
[cairo-mutex] Define and use CAIRO_MUTEX_USE_GENERIC_INITIALIZATION
Behdad Esfahbod
1
-1
/
+1
2007-04-19
[cairo-mutex] Remove multiple-inclusion guards from cairo-mutex-list-private.h
Behdad Esfahbod
1
-2
/
+0
2007-04-19
Properly use CAIRO_MUTEX_{INIT,FINI} and remove CAIRO_MUTEX_LIST_PRIVATE_H se...
Mathias Hasselmann
1
-4
/
+6
2007-04-19
Introduce CAIRO_MUTEX_FINALIZE as counter-part for CAIRO_MUTEX_INITIALIZE
Mathias Hasselmann
1
-0
/
+12
2007-04-19
Update _cairo_mutex_initialized during initialization.
Mathias Hasselmann
1
-0
/
+2
2007-04-12
Rename cairo-mutex-list.h to cairo-mutex-list-private.h
Carl Worth
1
-1
/
+1
2007-03-20
Move declaration of cairo_mutex_t to cairo-mutex-private.h
Mathias Hasselmann
1
-2
/
+4
2007-03-20
Initialize mutexes at central location.
Mathias Hasselmann
1
-0
/
+51