Searched refs:_glapi_Dispatch (Results 1 – 6 of 6) sorted by relevance
109 the dispatch table in a global variable called ``_glapi_Dispatch``. The112 become multithreaded, ``NULL`` is stored in ``_glapi_Dispatch``.115 multithreaded case by comparing ``_glapi_Dispatch`` to ``NULL``. The124 (_glapi_Dispatch != NULL) \125 ? _glapi_Dispatch : pthread_getspecific(&_glapi_Dispatch_key)134 ``_glapi_Dispatch`` can be avoided.176 #. Using ``_glapi_Dispatch`` directly in builds for non-multithreaded178 #. Using ``_glapi_Dispatch`` and ``_glapi_get_dispatch`` in180 #. Using ``_glapi_Dispatch`` and ``pthread_getspecific`` in
185 variable _glapi_Dispatch will point to the current dispatch table.
37 const struct _glapi_table *_glapi_Dispatch; variable
88 _GLAPI_EXPORT extern const struct _glapi_table *_glapi_Dispatch;
2 _glapi_Dispatch
42 const struct _glapi_table *_glapi_Dispatch; variable