ecore: update to new API.

SVN revision: 78230
This commit is contained in:
Cedric BAIL 2012-10-19 07:13:21 +00:00
parent 97dc017571
commit 6e6d623148
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
# define PH(x) Eina_Thread x
# define PHE(x, y) eina_thread_equal(x, y)
# define PHS() eina_thread_self()
# define PHC(x, f, d) eina_thread_create(&(x), EINA_THREAD_BACKGROUND, EINA_TRUE, (void *)f, d)
# define PHC(x, f, d) eina_thread_create(&(x), EINA_THREAD_BACKGROUND, -1, (void *)f, d)
# define PHJ(x) eina_thread_join(x)
# ifdef EFL_HAVE_POSIX_THREADS