HomeSort by: relevance | last modified time | path
    Searched refs:TLS (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/pixman/include/
pixman-config.h 50 #define TLS __thread
  /xsrc/external/mit/xorg-server.old/dist/glx/
glapi.h 86 extern TLS void * _glapi_tls_Context
glthread.h 229 #include <support/TLS.h>
303 extern TLS struct _glapi_table * _glapi_tls_Dispatch
glapi.c 98 * In the TLS case, the variables \c _glapi_Dispatch and \c _glapi_Context are
99 * hardcoded to \c NULL. Instead the TLS variables \c _glapi_tls_Dispatch and
102 * between TLS enabled loaders and non-TLS DRI drivers.
107 PUBLIC TLS struct _glapi_table * _glapi_tls_Dispatch
110 PUBLIC TLS void * _glapi_tls_Context
  /xsrc/external/mit/pixman/dist/pixman/
pixman-compiler.h 108 /* TLS */
116 #elif defined(TLS)
119 static TLS type name;
  /xsrc/external/mit/xorg-server.old/dist/include/
dix-config.h.in 453 /* If the compiler supports a TLS storage class define it to that here */
454 #undef TLS
do-not-use-config.h.in 552 /* If the compiler supports a TLS storage class define it to that here */
553 #undef TLS
  /xsrc/external/mit/xorg-server.old/dist/
configure 1915 --enable-glx-tls Build GLX with TLS support (default: auto)
17648 # sets the default TLS model and affects inlining.
28184 { echo "$as_me:$LINENO: checking for thread local storage (TLS) class" >&5
28185 echo $ECHO_N "checking for thread local storage (TLS) class... $ECHO_C" >&6; }
28251 #define TLS $ac_cv_tls
28258 # Check whether --enable-glx-tls was given.
28262 { { echo "$as_me:$LINENO: error: GLX with TLS support requested, but the compiler does not support it." >&5
28263 echo "$as_me: error: GLX with TLS support requested, but the compiler does not support it." >&2;}
    [all...]

Completed in 83 milliseconds