Sergey Sharybin 2f722f1a49 Task scheduler: Use real pthread's TLS to access active thread's data
This allows us to avoid TLS stored in pool which gives us advantage of
using pre-allocated tasks pool for the pools created from non-main thread.

Even on systems with slow pthread TLS it should not be a problem because
we access it once at a pool construction time. If we want to use this more
often (for example, to get rid of push_from_thread) we'll have to do much
more accurate benchmark.
2017-03-07 17:32:01 +01:00
2017-02-27 19:33:57 -05:00
2017-02-28 00:38:33 +11:00
2013-12-24 22:57:27 +06:00
2016-07-15 01:28:00 +10:00
2017-03-06 04:05:00 +11:00
2010-10-13 14:44:22 +00:00
2016-07-15 01:26:26 +10:00
Description
No description provided
841 MiB
Languages
C++ 78%
Python 14.9%
C 2.9%
GLSL 1.9%
CMake 1.2%
Other 0.9%