OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__thread
(Results
51 - 75
of
96
) sorted by null
1
2
3
4
/external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.h
249
// in a
__thread
variable since
__thread
variables are faster to read
251
// because
__thread
variables provide no way to run cleanup code when
261
static
__thread
ThreadCache* threadlocal_heap_
401
//
__thread
is faster, but only when the kernel supports it
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/chromium/src/windows/
port.h
181
#define
__thread
__declspec(thread)
macro
/external/chromium_org/third_party/tcmalloc/vendor/
configure.ac
294
# If we support
__thread
, that can speed up tcmalloc a bit.
298
AC_MSG_CHECKING([for
__thread
])
301
#endif], [static
__thread
int p = 0])],
303
Define to 1 if compiler supports
__thread
)
334
# We also need to check if the kernel supports
__thread
, which requires uname()
/external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.h
243
// in a
__thread
variable since
__thread
variables are faster to read
245
// because
__thread
variables provide no way to run cleanup code when
255
static
__thread
ThreadCache* threadlocal_heap_
374
//
__thread
is faster, but only when the kernel supports it
thread_cache.cc
66
__thread
ThreadCache* ThreadCache::threadlocal_heap_
381
// Also keep a copy in
__thread
for faster retrieval
416
// Also update the copy in
__thread
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h
178
#define
__thread
__declspec(thread)
macro
/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/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;
/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/tools/cygprofile/
cygprofile.cc
156
static
__thread
CygTlsLog* tls_current_log = NULL;
/external/valgrind/unittest/
thread_wrappers_pthread.h
90
#define TLS
__thread
/external/chromium_org/third_party/mesa/src/src/glx/
glxclient.h
632
extern
__thread
void *__glX_tls_Context
/external/mesa3d/src/glx/
glxclient.h
632
extern
__thread
void *__glX_tls_Context
/sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.cpp
27
__thread
RenderingThread * RenderingThread::m_tls;
/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/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.c
162
PUBLIC
__thread
void * CurrentContext
[
all
...]
/external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c
142
static
__thread
struct cap_ng m = { 1,
Completed in 440 milliseconds
1
2
3
4