Add native Windows thread support instead of using pthread
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 15 Jul 2010 06:34:32 +0000 (06:34 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 15 Jul 2010 06:34:32 +0000 (06:34 +0000)
commit763347c73ed1598dd088d41d03e129fe14fbabc2
tree666eb7fde8cc7dac99fc90a8e2174557bb3f9929
parentd6d46fb99eacbdc6a2f79a3cfe976d008e22a696
Add native Windows thread support instead of using pthread
(less overhead). On other OS, pthread is still used by default.
Pass --enable-win32-threads to activate thread support on
Windows.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@50262 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
ChangeLog
Makefile.am
configure.ac
eet.pc.in
m4/efl_pthread.m4 [deleted file]
m4/efl_threads.m4 [new file with mode: 0644]
src/lib/eet_lib.c
src/tests/eet_suite.c