OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__thread
(Results
1 - 25
of
149
) sorted by relevancy
1
2
3
4
5
6
/src/tests/libexec/ld.elf_so/helper_onlydef/
h_onlydef.c
29
__thread
int mysym = 0;
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
tls-so_extern.c
18
__thread
void *so_extern;
19
__thread
void *so_extern2;
tls2.c
18
extern
__thread
int a_thread_local;
19
__thread
int file2_thread_local;
tls-var.c
23
__thread
const char *tls_var = "hello";
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
tls-so_extern.c
18
__thread
void *so_extern;
19
__thread
void *so_extern2;
tls2.c
18
extern
__thread
int a_thread_local;
19
__thread
int file2_thread_local;
tls-var.c
23
__thread
const char *tls_var = "hello";
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
tls-multiobj1.c
18
__thread
int tls_lib1_tbss_1;
19
__thread
int tls_lib1_tbss_2;
20
__thread
int tls_lib1_tdata_1 = 196;
21
__thread
int tls_lib1_tdata_2 = 197;
tls-multiobj2.c
18
__thread
int tls_lib2_tbss_1;
19
__thread
int tls_lib2_tbss_2;
20
__thread
int tls_lib2_tdata_1 = 296;
21
__thread
int tls_lib2_tdata_2 = 297;
tls-multiobj3.c
18
__thread
int tls_lib3_tbss_1;
19
__thread
int tls_lib3_tbss_2;
20
__thread
int tls_lib3_tdata_1 = 396;
21
__thread
int tls_lib3_tdata_2 = 397;
tls-multiobj.c
18
__thread
int tls_main_tbss_1;
19
__thread
int tls_main_tbss_2;
20
__thread
int tls_main_tdata_1 = 96;
21
__thread
int tls_main_tdata_2 = 97;
23
extern
__thread
int tls_lib1_tbss_1;
24
extern
__thread
int tls_lib1_tbss_2;
25
extern
__thread
int tls_lib1_tdata_1;
26
extern
__thread
int tls_lib1_tdata_2;
28
extern
__thread
int tls_lib2_tbss_1;
29
extern
__thread
int tls_lib2_tbss_2
[
all
...]
tls-nothreads.c
18
__thread
int tls_tbss_1;
19
__thread
int tls_tbss_2;
20
__thread
int tls_tbss_3;
22
__thread
int tls_tdata_1 = 21;
23
__thread
int tls_tdata_2 = 22;
24
__thread
int tls_tdata_3 = 23;
gcore-tls-pie.c
22
__thread
long j;
23
__thread
char i;
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile-tls.c
20
__thread
int global_scope;
22
static
__thread
int static_scope;
34
static
__thread
int local_scope;
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile-tls.c
20
__thread
int global_scope;
22
static
__thread
int static_scope;
34
static
__thread
int local_scope;
/src/tests/libexec/ld.elf_so/helper_abuse_static/
h_abuse_static.c
29
extern
__thread
int mysym;
/src/tests/libexec/ld.elf_so/helper_def_dynamic/
h_def_dynamic.c
29
__thread
int mydynsym = 0;
/src/tests/libexec/ld.elf_so/helper_onlydef_static/
h_onlydef_static.c
29
__thread
int mysym __attribute__((tls_model("initial-exec"))) = 0;
/src/tests/libexec/ld.elf_so/helper_onlyuse_dynamic/
h_onlyuse_dynamic.c
29
extern
__thread
int mysym; /* dynamic */
/src/tests/libexec/ld.elf_so/helper_use_dynamic/
h_use_dynamic.c
29
extern
__thread
int mydynsym;
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
no-thread-db.c
20
__thread
int foo;
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
no-thread-db.c
20
__thread
int foo;
/src/tests/lib/libc/tls/
t_tls_static_helper.c
40
#define
__thread
macro
43
extern
__thread
int var1;
44
extern
__thread
int var2;
/src/tests/lib/libc/tls/dso/
h_tls_dlopen.c
42
#define
__thread
macro
45
extern
__thread
int var1;
46
extern
__thread
int var2;
47
extern
__thread
int *var3;
48
__thread
int var5 = 1;
49
static
__thread
pid_t (*local_var)(void) = getpid;
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
gcore-tls-pie.c
22
__thread
long j;
23
__thread
char i;
Completed in 23 milliseconds
1
2
3
4
5
6
Indexes created Sun Apr 19 00:22:55 UTC 2026