diff options
author | 1 <NotZed@Ximian.com> | 2001-11-01 03:58:02 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-11-01 03:58:02 +0800 |
commit | b40eb5b8a47737304a6df0bb379b3a6ed83b062a (patch) | |
tree | d999678a9375dfa72d8ad2cb116ee1fff3a21e24 /libibex/ChangeLog | |
parent | 72ab189eac80cff19d8debdf524327ff9dd1a1e2 (diff) | |
download | gsoc2013-evolution-b40eb5b8a47737304a6df0bb379b3a6ed83b062a.tar.gz gsoc2013-evolution-b40eb5b8a47737304a6df0bb379b3a6ed83b062a.tar.zst gsoc2013-evolution-b40eb5b8a47737304a6df0bb379b3a6ed83b062a.zip |
Added a trylock, used by ibex_use.
2001-10-31 <NotZed@Ximian.com>
* ibex_internal.h (IBEX_TRYLOCK): Added a trylock, used by ibex_use.
* ibex_block.c (ibex_use): Do to a trylock on the ibex we're
checking to close, as it might be locked elsewhere in an obivously
simple deadlock.
svn path=/trunk/; revision=14547
Diffstat (limited to 'libibex/ChangeLog')
-rw-r--r-- | libibex/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libibex/ChangeLog b/libibex/ChangeLog index 9d679743aa..46c89323ed 100644 --- a/libibex/ChangeLog +++ b/libibex/ChangeLog @@ -1,3 +1,11 @@ +2001-10-31 <NotZed@Ximian.com> + + * ibex_internal.h (IBEX_TRYLOCK): Added a trylock, used by ibex_use. + + * ibex_block.c (ibex_use): Do to a trylock on the ibex we're + checking to close, as it might be locked elsewhere in an obivously + simple deadlock. + 2001-10-30 <NotZed@Ximian.com> * ibex_internal.h (IBEX_OPEN_THRESHOLD): Bump this to 15, 5 seems |