HomeSort by relevance Sort by last modified time
    Searched refs:__thread (Results 101 - 119 of 119) sorted by null

1 2 3 45

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler.h 75 static __thread bool _S_inside(false);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler.h 75 static __thread bool _S_inside(false);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler.h 75 static __thread bool _S_inside(false);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler.h 75 static __thread bool _S_inside(false);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
port.h 276 #define GOOGLE_THREAD_LOCAL __thread
  /external/fio/
gettime.c 33 static __thread struct tv_valid static_tv_valid;
configure 983 # Whether or not __thread is supported for TLS
987 static __thread int ret;
993 if compile_prog "" "" "__thread"; then
996 echo "__thread $tls_thread"
    [all...]
  /external/mesa3d/src/glx/
glxclient.h 632 extern __thread void *__glX_tls_Context
  /external/clang/test/CodeGenCXX/
dllimport.cpp 351 __declspec(dllimport) inline void FunctionWithTLSVar() { static __thread int x = 42; }
    [all...]
  /external/libunwind/src/ia64/
Gscript.c 49 static __thread struct ia64_script_cache ia64_per_thread_cache =
  /external/clang/test/SemaCXX/
dllexport.cpp 73 __declspec(dllexport) __thread int ThreadLocalGlobal; // expected-error{{'ThreadLocalGlobal' cannot be thread local when declared 'dllexport'}}
76 static __thread int OK; // no-error
    [all...]
dllimport.cpp 95 __declspec(dllimport) __thread int ThreadLocalGlobal; // expected-error{{'ThreadLocalGlobal' cannot be thread local when declared 'dllimport'}}
99 static __thread int OK; // no-error
    [all...]
constant-expression-cxx11.cpp     [all...]
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c 140 static __thread struct cap_ng m = { 1,
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 162 PUBLIC __thread void * CurrentContext
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp     [all...]
  /external/libvncserver/libvncserver/
tight.c 61 #define TLS __thread
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
configure     [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp     [all...]

Completed in 2230 milliseconds

1 2 3 45