Made g_profile_mutex a GMutex* instead of G_LOCK_DEFINE_STATIC to avoid
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Tue, 9 Jan 2001 13:47:12 +0000 (13:47 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Tue, 9 Jan 2001 13:47:12 +0000 (13:47 +0000)
commit9e46ef946571f1cbd31a80236c7317c23f8b9b74
tree3ecce6d95b23ee574bdb88039018c9055410495f
parent05122f286179241a54be561b46cc0288f1411529
Made g_profile_mutex a GMutex* instead of G_LOCK_DEFINE_STATIC to avoid

2001-01-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* gmem.c: Made g_profile_mutex a GMutex* instead of
G_LOCK_DEFINE_STATIC to avoid deadlock for thread implementations
without native static mutexes. Contruct g_profile_mutex in
g_mem_init().
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gmem.c
gmem.c