Renamed to glib/gthreadprivate.h and moved system thread identifier
authorSebastian Wilhelmi <wilhelmi@google.com>
Wed, 10 May 2006 00:44:50 +0000 (00:44 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Wed, 10 May 2006 00:44:50 +0000 (00:44 +0000)
commite4f8f3b95c2a3b4188a38378bd30b548dba505c2
tree7c51c50729c143d4bae67da6de9914f109e3e9a4
parent307391459ddd322bccee190d8ded32fb462e8c50
Renamed to glib/gthreadprivate.h and moved system thread identifier

2006-05-09  Sebastian Wilhelmi  <wilhelmi@google.com>

* glib/gthreadinit.h: Renamed to glib/gthreadprivate.h and moved
system thread identifier comparision and assignment macros from
glib/gthread.c to glib/gthreadprivate.h.

* glib/Makefile.am, glib/gatomic.c, glib/gconvert.c, glib/gmain.c,
glib/gmem.c, glib/gmessages.c, glib/grand.c, glib/gslice.c,
glib/gthread.c, glib/gutils.c, gthread/gthread-impl.c: Use
glib/gthreadprivate.h instead of glib/gthreadinit.h.

* gthread/gthread-impl.c: Use GSystemThread instead of GThread for
owner determination. This fixes #311043 and is mostly modeled
after the patch from jylefort@FreeBSD.org.
17 files changed:
ChangeLog
ChangeLog.pre-2-12
glib/Makefile.am
glib/gatomic.c
glib/gconvert.c
glib/gmain.c
glib/gmem.c
glib/gmessages.c
glib/grand.c
glib/gslice.c
glib/gthread.c
glib/gthreadprivate.h [moved from glib/gthreadinit.h with 57% similarity]
glib/gutils.c
gthread/gthread-impl.c
tests/.cvsignore
tests/Makefile.am
tests/errorcheck-mutex-test.c [new file with mode: 0644]