From c43c83145ab56f5422665f8a9c8468033064ce95 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 9 Dec 2002 00:23:58 +0000 Subject: Allow an e-mutex to be used with standard condition variables. 2002-12-07 Not Zed * e-msgport.c (e_mutex_cond_wait): Allow an e-mutex to be used with standard condition variables. svn path=/trunk/; revision=19055 --- e-util/e-msgport.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util/e-msgport.h') diff --git a/e-util/e-msgport.h b/e-util/e-msgport.h index 6fc01efb14..8d4e0c20f7 100644 --- a/e-util/e-msgport.h +++ b/e-util/e-msgport.h @@ -82,5 +82,7 @@ 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); +/* this uses pthread cond's */ +int e_mutex_cond_wait(void *cond, EMutex *m); #endif -- cgit v1.2.3