[10024] in The GTK GIMP ToolKit mailing list archive
[gtk-list] Making GLib thread-safe
daemon@ATHENA.MIT.EDU (Jeff Garzik)
Wed Nov 11 15:20:21 1998
To: gtk-list@redhat.com
Date: Wed, 11 Nov 1998 15:12:44 -0500 (EST)
Reply-To: jgarzik@pobox.com
From: Jeff Garzik <jgarzik@pobox.com>
Resent-From: gtk-list@redhat.com
I keep running into GLib thread safety issues coding my current
GNOME app.
Has anyone put any work towards making GLib thread-safe? I'd like
to start a new CVS branch and push forward towards this goal, unless
anyone has objections.
It seems to me like I should only have to define mutexes for each
static variable. And if _REENTRANT is not defined, the mutex locks
evaluate to null calls.
(I'm searching the gtk-list archives now for glib+thread references)
Jeff
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null