ecore: rewrite of Ecore_Thread internal to use Eina_Lock and ecore_main_loop_thread_safe_call_async.

NOTES: It is now safer and faster. I doubt I will have more time before the release to finish
ecore_thread_message_run, nor to make the shutdown nicer.


SVN revision: 68164
This commit is contained in:
Cedric BAIL 2012-02-20 15:57:18 +00:00
parent ac0c389ff9
commit 6152601e1f
3 changed files with 344 additions and 379 deletions

View File

@ -505,3 +505,6 @@
* Improve callbacks in ecore_evas to use typedefs for readability.
2012-02-20 Cedric Bail
* Rewrite internal of Ecore_Thread to use Eina_Lock and ecore_main_loop_thread_safe_call_async.

View File

@ -31,7 +31,9 @@ Improvements:
- certificates can now be added for STARTTTLS
* ecore_win32:
- fix modifiers value on Windows XP
* ecore_thread:
- use eina_lock
- use Ecore thread safe async call
Ecore 1.1.0

File diff suppressed because it is too large Load Diff