[Title] Added a threading module (using __thread)
authorHaegeun Park <haegeun.park@samsung.com>
Wed, 10 Oct 2012 10:16:22 +0000 (03:16 -0700)
committerHaegeun Park <haegeun.park@samsung.com>
Wed, 10 Oct 2012 10:16:22 +0000 (03:16 -0700)
commit41280abd1115c015f84c53ad15cc1b012dd19188
tree4e88a7ac086076b890944e25fc9bebb29ff2e697
parented569a3ee408c6ad73fd44531291d6749d4eff1f
[Title] Added a threading module (using __thread)
[Issue#] -
[Problem] -
[Cause] -
[Solution]
This module uses compiler specific Thread-Local-Variable (__thread)
instead of pthread_getspecific().
To revert, needs makefile modification.
CMakeLists.txt
Makefile
src/coregl_thread_pthread_and_gcc_tlv.c [new file with mode: 0644]
src/modules/fastpath/coregl_fastpath.c