OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__thread
(Results
51 - 75
of
158
) sorted by null
1
2
3
4
5
6
7
/external/mesa3d/src/egl/main/
eglcurrent.c
54
static
__thread
const _EGLThreadInfo *_egl_TLS
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
mutex
720
extern
__thread
void* __once_callable;
721
extern
__thread
void (*__once_call)();
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
mutex
773
extern
__thread
void* __once_callable;
774
extern
__thread
void (*__once_call)();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
mutex
773
extern
__thread
void* __once_callable;
774
extern
__thread
void (*__once_call)();
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
mutex
720
extern
__thread
void* __once_callable;
721
extern
__thread
void (*__once_call)();
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
mutex
720
extern
__thread
void* __once_callable;
721
extern
__thread
void (*__once_call)();
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
mutex
720
extern
__thread
void* __once_callable;
721
extern
__thread
void (*__once_call)();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
mutex
720
extern
__thread
void* __once_callable;
721
extern
__thread
void (*__once_call)();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
mutex
773
extern
__thread
void* __once_callable;
774
extern
__thread
void (*__once_call)();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
mutex
780
extern
__thread
void* __once_callable;
781
extern
__thread
void (*__once_call)();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
mutex
773
extern
__thread
void* __once_callable;
774
extern
__thread
void (*__once_call)();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
mutex
780
extern
__thread
void* __once_callable;
781
extern
__thread
void (*__once_call)();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
mutex
744
extern
__thread
void* __once_callable;
745
extern
__thread
void (*__once_call)();
/external/chromium_org/third_party/mesa/src/src/glx/
glxcurrent.c
89
__thread
void *__glX_tls_Context __attribute__ ((tls_model("initial-exec")))
/external/chromium_org/third_party/tcmalloc/chromium/src/
config.h.in
161
/* Define to 1 if compiler supports
__thread
*/
config_linux.h
157
/* Define to 1 if compiler supports
__thread
*/
thread_cache.cc
66
__thread
ThreadCache* ThreadCache::threadlocal_heap_
392
// Also keep a copy in
__thread
for faster retrieval
427
// Also update the copy in
__thread
/external/chromium_org/third_party/tcmalloc/vendor/src/
config.h.in
158
/* Define to 1 if compiler supports
__thread
*/
/external/clang/include/clang/Basic/
Specifiers.h
160
/// GNU
__thread
.
/external/clang/test/SemaCXX/
alias-template.cpp
16
template<typename U> using G =
__thread
void(int n); // expected-error {{type name does not allow storage class to be specified}}
/external/elfutils/lib/
eu-config.h
52
# define tls_key_t
__thread
void *
/external/elfutils/libdw/
dwarf_error.c
63
static
__thread
int global_error;
/external/elfutils/libdwfl/
dwfl_error.c
66
static
__thread
int global_error;
/external/mesa3d/src/glx/
glxcurrent.c
89
__thread
void *__glX_tls_Context __attribute__ ((tls_model("initial-exec")))
/sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.cpp
27
__thread
RenderingThread * RenderingThread::m_tls;
Completed in 1009 milliseconds
1
2
3
4
5
6
7