OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:a_thread_local
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
tls.c
20
__thread int
a_thread_local
;
variable
81
a_thread_local
= 0;
84
a_thread_local
+= i;
88
thread_local_val[ me ] =
a_thread_local
; /* here we know tls value */
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
tls.c
20
__thread int
a_thread_local
;
variable
81
a_thread_local
= 0;
84
a_thread_local
+= i;
88
thread_local_val[ me ] =
a_thread_local
; /* here we know tls value */
Completed in 21 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026