OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__thread
(Results
26 - 50
of
96
) sorted by null
1
2
3
4
/external/compiler-rt/lib/lsan/lit_tests/TestCases/
fork_threaded.cc
13
__thread
void *thread_local_var;
/external/compiler-rt/lib/tsan/lit_tests/
mutexset7.cc
7
__thread
int huge[1024*1024];
/external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_libunwind-inl.h
58
static
__thread
int recursive;
/external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_libunwind-inl.h
58
static
__thread
int recursive;
/external/clang/test/Misc/
ast-dump-decl.c
141
__thread
int TestVarDeclThread;
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi.h
88
_GLAPI_EXPORT extern
__thread
struct _glapi_table * _glapi_tls_Dispatch
91
_GLAPI_EXPORT extern
__thread
void * _glapi_tls_Context
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_current.c
102
__thread
struct mapi_table *u_current_table
106
__thread
void *u_current_user
/external/mesa3d/src/mapi/glapi/
glapi.h
88
_GLAPI_EXPORT extern
__thread
struct _glapi_table * _glapi_tls_Dispatch
91
_GLAPI_EXPORT extern
__thread
void * _glapi_tls_Context
/external/mesa3d/src/mapi/mapi/
u_current.c
102
__thread
struct mapi_table *u_current_table
106
__thread
void *u_current_user
/external/chromium_org/ppapi/lib/gl/gles2/
gl2ext_ppapi.c
18
#define PP_TLS
__thread
/external/clang/test/SemaCXX/
cxx11-gnu-attrs.cpp
25
__thread
int tls_model [[gnu::tls_model("local-exec")]];
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp
19
using G =
__thread
void(int n); // expected-error {{type name does not allow storage class to be specified}}
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1.cpp
40
__thread
int ti = 100; // expected-note 2{{here}}
/external/clang/test/OpenMP/
threadprivate_messages.cpp
87
static
__thread
int t; // expected-note {{'t' defined here}}
/external/elfutils/libdw/
dwarf_error.c
63
static
__thread
int global_error;
/external/elfutils/libdwfl/
dwfl_error.c
66
static
__thread
int global_error;
/sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.h
67
static
__thread
RenderingThread *m_tls;
/external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc
33
static
__thread
bool expect_report;
34
static
__thread
bool expect_report_reported;
35
static
__thread
ReportType expect_report_type;
tsan_posix.cc
74
static
__thread
int local_var;
/external/chromium_org/third_party/mesa/src/src/egl/main/
eglcurrent.c
54
static
__thread
const _EGLThreadInfo *_egl_TLS
/external/chromium_org/third_party/mesa/src/src/glx/
glxcurrent.c
89
__thread
void *__glX_tls_Context __attribute__ ((tls_model("initial-exec")))
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_common_test.cc
130
static
__thread
int thread_var;
/external/elfutils/lib/
eu-config.h
52
# define tls_key_t
__thread
void *
/external/mesa3d/src/egl/main/
eglcurrent.c
54
static
__thread
const _EGLThreadInfo *_egl_TLS
/external/mesa3d/src/glx/
glxcurrent.c
89
__thread
void *__glX_tls_Context __attribute__ ((tls_model("initial-exec")))
Completed in 835 milliseconds
1
2
3
4