diff options
author | Sebastian Wilhelmi <wilhelmi@google.com> | 2006-05-11 00:18:46 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2006-05-11 00:18:46 +0000 |
commit | 268084caf93aca272da086749afa3a1e58c76a83 (patch) | |
tree | b7ec3aa93ac0b1871ed02c8b9426fd1e6d168360 /ChangeLog | |
parent | a93560b83d2d63864e93b37e5ff77135fcba9c6b (diff) |
Make the magic and location arguments to the error-checking-mutex
2006-05-10 Sebastian Wilhelmi <wilhelmi@google.com>
* glib/gthread.h, gthread/gthread-impl.c: Make the magic and
location arguments to the error-checking-mutex functions const and
do not write to them, as we might not own them. Clean up the
error-checking-mutex code quite a bit. (#335198, Chris Wilson)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2006-05-10 Sebastian Wilhelmi <wilhelmi@google.com> + * glib/gthread.h, gthread/gthread-impl.c: Make the magic and + location arguments to the error-checking-mutex functions const and + do not write to them, as we might not own them. Clean up the + error-checking-mutex code quite a bit. (#335198, Chris Wilson) + * glib/gthread.c: Use g_atomic_pointer_set instead of old homegrown version now that we have it. (#335198, Chris Wilson) |