OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__thread
(Results
76 - 100
of
158
) sorted by null
1
2
3
4
5
6
7
/external/chromium_org/third_party/tcmalloc/chromium/src/
config_android.h
157
/* Define to 1 if compiler supports
__thread
*/
config_freebsd.h
157
/* Define to 1 if compiler supports
__thread
*/
config_win.h
192
/* Define to 1 if compiler supports
__thread
*/
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
config.h
175
/* Define to 1 if compiler supports
__thread
*/
port.h
181
#define
__thread
__declspec(thread)
macro
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
config.h
175
/* Define to 1 if compiler supports
__thread
*/
port.h
178
#define
__thread
__declspec(thread)
macro
/external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h
141
# define THREADLOCAL
__thread
/external/elfutils/libelf/
elf_error.c
66
static
__thread
int global_error;
/external/valgrind/main/
config.h
289
/* can use
__thread
to define thread-local variables */
/external/valgrind/unittest/
thread_wrappers_pthread.h
90
#define TLS
__thread
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler.h
82
static
__thread
bool _S_inside(false);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler.h
82
static
__thread
bool _S_inside(false);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler.h
82
static
__thread
bool _S_inside(false);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler.h
75
static
__thread
bool _S_inside(false);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler.h
82
static
__thread
bool _S_inside(false);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler.h
75
static
__thread
bool _S_inside(false);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler.h
75
static
__thread
bool _S_inside(false);
/external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c
43
__thread
struct XRayTraceCapture* g_xray_capture = NULL;
44
__thread
int g_xray_thread_id_placeholder = 0;
/external/pixman/
configure.ac
860
keywords="
__thread
__declspec(thread)"
864
#error This MinGW version has broken
__thread
support
867
#error OpenBSD has broken
__thread
support
/external/chromium_org/third_party/mesa/src/docs/
dispatch.html
152
extern
__thread
struct _glapi_table *_glapi_tls_Dispatch
/external/chromium_org/tools/cygprofile/
cygprofile.cc
156
static
__thread
CygTlsLog* tls_current_log = NULL;
/external/mesa3d/docs/
dispatch.html
152
extern
__thread
struct _glapi_table *_glapi_tls_Dispatch
/external/clang/lib/Sema/
DeclSpec.cpp
379
case DeclSpec::TSCS___thread: return "
__thread
";
[
all
...]
/external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp
[
all
...]
Completed in 3432 milliseconds
1
2
3
4
5
6
7