Searched refs:_glapi_tls_Dispatch (Results 1 – 6 of 6) sorted by relevance
89 __THREAD_INITIAL_EXEC struct _glapi_table *_glapi_tls_Dispatch variable147 _glapi_tls_Dispatch = tbl; in _glapi_set_dispatch()156 return _glapi_tls_Dispatch; in _glapi_get_dispatch()
81 extern __THREAD_INITIAL_EXEC struct _glapi_table * _glapi_tls_Dispatch;84 _GLAPI_EXPORT extern __THREAD_INITIAL_EXEC struct _glapi_table * _glapi_tls_Dispatch;95 # define GET_DISPATCH() _glapi_tls_Dispatch
19 (optional) _glapi_tls_Dispatch
82 ``_glapi_tls_Dispatch``.103 ``_glapi_tls_Dispatch``. A new variable name is used so that a single112 extern __THREAD_INITIAL_EXEC struct _glapi_table *_glapi_tls_Dispatch;114 #define GET_DISPATCH() _glapi_tls_Dispatch136 #. Using ``_glapi_tls_Dispatch`` directly in TLS enabled multithreaded
51 \_glapi_tls_Dispatch undefined55 undefined symbol: \_glapi_tls_Dispatch
5517 - mapi: Access _glapi_tls_Dispatch directly without need of macro5519 - mapi: Improve comment about _glapi_tls_Dispatch and _glapi_tls_Context