diff options
author | 1 <NotZed@Ximian.com> | 2001-09-21 13:56:03 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-21 13:56:03 +0800 |
commit | 03238847a7bfc2717a2bd4fe636a42b3a42bc4af (patch) | |
tree | 61d6cda8cbf2ef05a8e6223893b59c81e62216fc /e-util/ChangeLog | |
parent | a0100ddf24327f24d63d951ce0c51995dd5adc5c (diff) | |
download | gsoc2013-evolution-03238847a7bfc2717a2bd4fe636a42b3a42bc4af.tar gsoc2013-evolution-03238847a7bfc2717a2bd4fe636a42b3a42bc4af.tar.gz gsoc2013-evolution-03238847a7bfc2717a2bd4fe636a42b3a42bc4af.tar.bz2 gsoc2013-evolution-03238847a7bfc2717a2bd4fe636a42b3a42bc4af.tar.lz gsoc2013-evolution-03238847a7bfc2717a2bd4fe636a42b3a42bc4af.tar.xz gsoc2013-evolution-03238847a7bfc2717a2bd4fe636a42b3a42bc4af.tar.zst gsoc2013-evolution-03238847a7bfc2717a2bd4fe636a42b3a42bc4af.zip |
Instead of using pthread_cancel() which seems to have numerous
2001-09-21 <NotZed@Ximian.com>
* e-msgport.c (e_thread_destroy): Instead of using
pthread_cancel() which seems to have numerous implementation
issues, send a special quit message to the subordinate thread.
(thread_dispatch): When it gets a quit message, well, quit!
svn path=/trunk/; revision=13043
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 3c4ee3133e..ada47cadf3 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2001-09-21 <NotZed@Ximian.com> + + * e-msgport.c (e_thread_destroy): Instead of using + pthread_cancel() which seems to have numerous implementation + issues, send a special quit message to the subordinate thread. + (thread_dispatch): When it gets a quit message, well, quit! + 2001-09-18 Ettore Perazzoli <ettore@ximian.com> * e-gtk-utils.c (widget_realize_callback_for_backing_store): Use |