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

1 2 3 4 56

  /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 125 __declspec(dllimport) __thread int ThreadLocalGlobal; // expected-error{{'ThreadLocalGlobal' cannot be thread local when declared 'dllimport'}}
129 static __thread int OK; // no-error
    [all...]
constant-expression-cxx11.cpp     [all...]
  /external/fio/
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/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...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
test.go 836 // test linkmode=external, but __thread not supported, so skip testtls.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
test.go 836 // test linkmode=external, but __thread not supported, so skip testtls.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
lib.go 824 // DragonFly declares errno with __thread, which results in a symbol
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
lib.go 824 // DragonFly declares errno with __thread, which results in a symbol
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
configure     [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp     [all...]

Completed in 698 milliseconds

1 2 3 4 56