aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-msgport.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-05-02 01:37:31 +0800
committerDan Winship <danw@src.gnome.org>2001-05-02 01:37:31 +0800
commit4ce894e3ab34ee81967f1d69dfba71eb9f3c0944 (patch)
tree7f9ece319afcf4dc94349b7ba60de003c3d1e9d7 /e-util/e-msgport.h
parenteba2691d5dbd944058b5c7645f0ced9bcfee6e72 (diff)
downloadgsoc2013-evolution-4ce894e3ab34ee81967f1d69dfba71eb9f3c0944.tar
gsoc2013-evolution-4ce894e3ab34ee81967f1d69dfba71eb9f3c0944.tar.gz
gsoc2013-evolution-4ce894e3ab34ee81967f1d69dfba71eb9f3c0944.tar.bz2
gsoc2013-evolution-4ce894e3ab34ee81967f1d69dfba71eb9f3c0944.tar.lz
gsoc2013-evolution-4ce894e3ab34ee81967f1d69dfba71eb9f3c0944.tar.xz
gsoc2013-evolution-4ce894e3ab34ee81967f1d69dfba71eb9f3c0944.tar.zst
gsoc2013-evolution-4ce894e3ab34ee81967f1d69dfba71eb9f3c0944.zip
Debugging routine. (Only works for recursive mutexes right now.)
* e-msgport.c (e_mutex_assert_locked): Debugging routine. (Only works for recursive mutexes right now.) svn path=/trunk/; revision=9638
Diffstat (limited to 'e-util/e-msgport.h')
-rw-r--r--e-util/e-msgport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-msgport.h b/e-util/e-msgport.h
index 6e25235bbd..d181ac7fb7 100644
--- a/e-util/e-msgport.h
+++ b/e-util/e-msgport.h
@@ -77,5 +77,6 @@ EMutex *e_mutex_new(e_mutex_t type);
int e_mutex_destroy(EMutex *m);
int e_mutex_lock(EMutex *m);
int e_mutex_unlock(EMutex *m);
+void e_mutex_assert_locked(EMutex *m);
#endif