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
139
) sorted by null
1
2
3
4
5
6
/toolchain/binutils/binutils-2.25/gold/testsuite/
tls_test.cc
62
__thread
int v1;
63
static
__thread
int v2;
67
__thread
char* p1;
69
__thread
char* p2 = &dummy;
71
__thread
int v3 = 3;
72
static
__thread
int v4 = 4;
73
__thread
int v5;
74
static
__thread
int v6;
82
static
__thread
struct int128 v12 = { 115, 125 };
two_file_test_2_tls.cc
30
__thread
int tls1 = 123;
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-size/
size-10b.c
0
__thread
char bar[10];
size-2b.c
1
extern
__thread
char bar[];
size-8a.c
3
extern
__thread
char bar[];
size-5a.c
3
__thread
char bar[10];
4
__thread
char foo[20] = { 1 } ;
size-5b.c
1
extern
__thread
char bar[];
20
extern
__thread
char foo[];
/external/compiler-rt/test/asan/TestCases/Linux/
static_tls.cc
27
static
__thread
unsigned ThreadLocal;
unpoison_tls.cc
12
__thread
int64_t tls_var[2];
/external/clang/test/CXX/class/class.friend/
p6.cpp
14
friend
__thread
class G; // expected-error {{'
__thread
' is invalid in friend declarations}}
/external/compiler-rt/test/lsan/TestCases/
fork.cc
11
__thread
void *thread_local_var;
cleanup_in_tsd_destructor.c
19
__thread
void *p;
fork_threaded.cc
13
__thread
void *thread_local_var;
/external/compiler-rt/test/msan/
tls_reuse.cc
8
int
__thread
x;
/external/compiler-rt/test/tsan/
tls_race.cc
12
static
__thread
int Var = 42;
tls_race2.cc
11
static
__thread
int Var = 42;
/prebuilts/go/darwin-x86/misc/cgo/testso/
cgoso_c.c
24
__thread
int tlsvar = 12345;
/prebuilts/go/linux-x86/misc/cgo/testso/
cgoso_c.c
24
__thread
int tlsvar = 12345;
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
run-ie.c
5
__thread
int tls_ie __attribute__((tls_model("initial-exec"))) = 4;
/external/clang/test/CodeGen/
alias.c
9
__thread
int TL_WITH_ALIAS;
36
extern
__thread
int __libc_errno __attribute__ ((alias ("TL_WITH_ALIAS")));
/external/mesa3d/src/mapi/mapi/
u_current.h
33
extern
__thread
struct mapi_table *u_current_table
36
extern
__thread
void *u_current_user
/external/mesa3d/src/mesa/drivers/dri/common/
dri_test.c
14
PUBLIC
__thread
struct _glapi_table * _glapi_tls_Dispatch
17
PUBLIC
__thread
void * _glapi_tls_Context
/external/deqp/framework/delibs/dethread/
deThreadLocal.h
34
# define DE_THREAD_LOCAL
__thread
/external/valgrind/none/tests/
tls.c
12
static
__thread
int local;
13
__thread
int global;
14
extern
__thread
int static_extern;
15
extern
__thread
int so_extern;
108
printf("FAILED: no compiler support for
__thread
\n");
/external/valgrind/helgrind/tests/
tls_threads.c
11
static
__thread
int local;
12
__thread
int global;
16
static
__thread
int badly_shared_local;
Completed in 3812 milliseconds
1
2
3
4
5
6