* evas: METRIC and WORD cache require stringshare use in thread, so

enable it.


SVN revision: 50378
This commit is contained in:
Cedric BAIL 2010-07-20 12:07:51 +00:00
parent 5701a455d1
commit 8006ed3753
1 changed files with 4 additions and 0 deletions

View File

@ -1851,6 +1851,10 @@ evas_common_pipe_init(void)
evas_common_pipe_load, &(task_thinfo[i]));
pthread_attr_destroy(&attr);
}
#if defined(METRIC_CACHE) || defined(WORD_CACHE)
eina_stringshare_threads_init();
#endif
}
if (thread_num == 1) return EINA_FALSE;
return EINA_TRUE;