OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__thread
(Results
126 - 150
of
171
) sorted by null
1
2
3
4
5
6
7
/external/mesa3d/docs/
dispatch.html
152
extern
__thread
struct _glapi_table *_glapi_tls_Dispatch
/external/jemalloc/
configure.ac
408
[static
__thread
int
[
all
...]
/external/clang/lib/Sema/
DeclSpec.cpp
385
case DeclSpec::TSCS___thread: return "
__thread
";
[
all
...]
/external/chromium_org/third_party/mesa/src/src/glx/
glxclient.h
632
extern
__thread
void *__glX_tls_Context
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.c
162
PUBLIC
__thread
void * CurrentContext
[
all
...]
/external/clang/include/clang/Basic/
TokenKinds.def
359
KEYWORD(
__thread
, KEYALL)
AttrDocs.td
64
GNU ``
__thread
`` keyword. The variable must not have a destructor and must have
[
all
...]
DiagnosticParseKinds.td
60
def ext_thread_before : Extension<"'
__thread
' before '%0'">;
[
all
...]
/external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c
142
static
__thread
struct cap_ng m = { 1,
/external/libunwind/src/ia64/
Gscript.c
49
static
__thread
struct ia64_script_cache ia64_per_thread_cache =
/external/mesa3d/src/glx/
glxclient.h
632
extern
__thread
void *__glX_tls_Context
/external/mesa3d/src/mesa/drivers/x11/
glxapi.c
162
PUBLIC
__thread
void * CurrentContext
[
all
...]
/ndk/docs/text/system/libc/
OVERVIEW.text
194
At the moment, thread-local storage defined through the
__thread
compiler
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
c-tree.h
323
/* Whether "
__thread
" was specified. */
/external/elfutils/0.153/libdw/
ChangeLog
618
* dwarf_error.c: Always use
__thread
. Remove all !USE_TLS code.
[
all
...]
/external/clang/lib/AST/
DeclPrinter.cpp
661
Out << "
__thread
";
[
all
...]
/external/elfutils/0.153/libelf/
ChangeLog
180
* elf_error.c: Always use
__thread
. Remove all !USE_TLS code.
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/
ChangeLog
535
* Speed up tcmalloc by using
__thread
on systems that support TLS
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
libgcov.c
52
#define THREAD_PREFIX
__thread
[
all
...]
/external/elfutils/0.153/
configure
[
all
...]
/external/clang/docs/
AttributeReference.rst
759
GNU ``
__thread
`` keyword. The variable must not have a destructor and must have
[
all
...]
/external/clang/lib/Parse/
ParseTentative.cpp
[
all
...]
/external/elfutils/0.153/libdwfl/
ChangeLog
439
* dwfl_error.c: Always use
__thread
. Remove all !USE_TLS code.
[
all
...]
Completed in 748 milliseconds
1
2
3
4
5
6
7