efl/src/lib/ecore
Carsten Haitzler 009ec26460 eina + ecore - fix main loop thread id tracking on fork
if you fork and even if you do ecore_fork_reset() a thread calling
ecore_main_loop_thread_safe_call_async(0 for example eill end up
resetting the mainloop thread id to itself (a non mainlopo thread) via
calling eina_main_loop_is() since pid changed. there is little point
in doing this so remove the pid tracking from eina and ensure mainloop
thread id is updated in ecore's fork reset.

@fix
2015-02-26 19:47:51 +09:00
..
Ecore.h ecore_ipc: update missing API documentation. 2014-10-20 18:32:27 +02:00
Ecore_Common.h ecore: Add since tag for new ecore_thread_wait() API 2015-01-27 11:35:54 +01:00
Ecore_Eo.h Ecore Exe: Migrate to eo. 2014-08-21 11:02:11 +01:00
Ecore_Getopt.h ecore: update the doxygen groups to compile forgotten parts of the API. 2014-10-20 18:17:26 +02:00
Ecore_Legacy.h Ecore Exe: Migrate to eo. 2014-08-21 11:02:11 +01:00
ecore.c eina + ecore - fix main loop thread id tracking on fork 2015-02-26 19:47:51 +09:00
ecore_alloc.c merge: add escape ecore, fix several bugs 2012-12-02 22:35:45 +00:00
ecore_anim.c ecore animator pos map - move from v[] array to *v pointer. 2014-12-17 17:00:11 +09:00
ecore_animator.eo Eo: Get rid of eo_add_custom. 2014-09-25 10:30:56 +01:00
ecore_app.c move ecore documentation not in headers to .h files for consistency 2014-07-26 12:30:12 +09:00
ecore_events.c Revert "ecore/ecore_event - logically this check is redundant." 2014-05-27 22:27:05 +09:00
ecore_exe.c Fix code to conform to recent Eo changes. 2015-02-23 17:16:02 +00:00
ecore_exe.eo eolian: move efl eo files over to the new ctor syntax 2014-09-01 15:53:35 +01:00
ecore_exe_posix.c Ecore exe: Mark obj as unused. 2014-09-02 13:23:41 +01:00
ecore_exe_private.h Ecore exe: refactor and fix compilation on windows. 2014-08-27 15:14:17 +01:00
ecore_exe_ps3.c merge: add escape ecore, fix several bugs 2012-12-02 22:35:45 +00:00
ecore_exe_win32.c ecore_exe_win32: CreateProcess was called with random flags. 2014-10-25 16:42:00 +02:00
ecore_getopt.c ecore_getopt: correct fix for CID 98382 and 98383 2014-08-27 11:57:19 +01:00
ecore_glib.c move ecore documentation not in headers to .h files for consistency 2014-07-26 12:30:12 +09:00
ecore_idle_enterer.c Eo: Change eo_add/del/unref behaviour. 2014-09-25 17:38:45 +01:00
ecore_idle_enterer.eo Eo: Get rid of eo_add_custom. 2014-09-25 10:30:56 +01:00
ecore_idle_exiter.c Eo: Change eo_add/del/unref behaviour. 2014-09-25 17:38:45 +01:00
ecore_idle_exiter.eo Eo: Get rid of eo_add_custom. 2014-09-25 10:30:56 +01:00
ecore_idler.c Eo: Change eo_add/del/unref behaviour. 2014-09-25 17:38:45 +01:00
ecore_idler.eo Eo: Get rid of eo_add_custom. 2014-09-25 10:30:56 +01:00
ecore_job.c Eo: Change eo_add/del/unref behaviour. 2014-09-25 17:38:45 +01:00
ecore_job.eo Eo: Get rid of eo_add_custom. 2014-09-25 10:30:56 +01:00
ecore_main.c ecore: improve network events handling on Windows. 2015-02-11 17:03:39 +01:00
ecore_mainloop.eo ecore: do not use Eina_Bool in ecore_mainloop.eo 2014-08-28 17:02:20 +01:00
ecore_parent.eo Ecore eolian: Fix namespaces for all of the ecore classes. 2014-06-30 17:47:06 +01:00
ecore_pipe.c ecore-pipe - check fcntl return 2014-08-27 15:17:00 +09:00
ecore_poller.c Eo: Change eo_add/del/unref behaviour. 2014-09-25 17:38:45 +01:00
ecore_poller.eo Eo: Get rid of eo_add_custom. 2014-09-25 10:30:56 +01:00
ecore_private.h fix duplicate function call names in ecore and ecore_con that can clash 2014-06-16 15:57:05 +09:00
ecore_signal.c Fix warnings with sig_atomic_t being a long on FreeBSD. 2014-05-30 14:02:36 +02:00
ecore_thread.c ecore: fix compilation, missing return value in ecore_thread_wait 2015-01-07 22:12:29 +01:00
ecore_throttle.c move ecore documentation not in headers to .h files for consistency 2014-07-26 12:30:12 +09:00
ecore_time.c move ecore documentation not in headers to .h files for consistency 2014-07-26 12:30:12 +09:00
ecore_timer.c Eo: Change eo_add/del/unref behaviour. 2014-09-25 17:38:45 +01:00
ecore_timer.eo Eo: Get rid of eo_add_custom. 2014-09-25 10:30:56 +01:00