mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
fe0f325777
2000-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gthread-impl.c: Revamped errorcheck mutexes and added errorcheck cond_wait() and cond_timed_wait() funtions. This makes he whole thing work. Now we only show the location of the locking/unlocking for -DG_ERRORCHECK_MUTEXES and not the name of the mutex. * gthread.c: Set the thread data before locking the mutex, because the locking call might use g_thread_self (). * gthread.h: Do only show the location of the locking/unlocking for -DG_ERRORCHECK_MUTEXES and not the name of the mutex. Add the errorcheck capability for g_cond_wait and g_cond_timed_wait as well. |
||
---|---|---|
.. | ||
.cvsignore | ||
ChangeLog | ||
gthread-impl.c | ||
gthread-none.c | ||
gthread-posix.c | ||
gthread-solaris.c | ||
gthread.def | ||
gthread.rc.in | ||
Makefile.am | ||
makefile.mingw.in | ||
makefile.msc.in |