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_LOCAL
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
bfd.c
723
#define
THREAD_LOCAL
TLS
725
#define
THREAD_LOCAL
820
static
THREAD_LOCAL
bfd_error_type bfd_error;
821
static
THREAD_LOCAL
char *_bfd_error_buf;
1700
static
THREAD_LOCAL
struct per_xvec_messages *error_handler_messages;
/src/external/gpl3/binutils.old/dist/bfd/
bfd.c
723
#define
THREAD_LOCAL
TLS
725
#define
THREAD_LOCAL
820
static
THREAD_LOCAL
bfd_error_type bfd_error;
821
static
THREAD_LOCAL
char *_bfd_error_buf;
1700
static
THREAD_LOCAL
struct per_xvec_messages *error_handler_messages;
/src/external/gpl3/gdb/dist/bfd/
bfd.c
723
#define
THREAD_LOCAL
TLS
725
#define
THREAD_LOCAL
820
static
THREAD_LOCAL
bfd_error_type bfd_error;
821
static
THREAD_LOCAL
char *_bfd_error_buf;
1700
static
THREAD_LOCAL
struct per_xvec_messages *error_handler_messages;
/src/usr.bin/xlint/lint1/
lex.c
184
kwdef_sclass( "__thread",
THREAD_LOCAL
, 78,1,1),
185
kwdef_sclass( "_Thread_local",
THREAD_LOCAL
, 11,0,1),
186
kwdef_sclass( "
thread_local
",
THREAD_LOCAL
, 23,0,1),
decl.c
210
else if ((dcs->d_scl == EXTERN && sc ==
THREAD_LOCAL
)
211
|| (dcs->d_scl ==
THREAD_LOCAL
&& sc == EXTERN))
212
dcs->d_scl = EXTERN; /* ignore
thread_local
*/
213
else if ((dcs->d_scl == STATIC && sc ==
THREAD_LOCAL
)
214
|| (dcs->d_scl ==
THREAD_LOCAL
&& sc == STATIC))
215
dcs->d_scl = STATIC; /* ignore
thread_local
*/
1511
if (sc == NO_SCL || sc ==
THREAD_LOCAL
) {
1543
|| sc ==
THREAD_LOCAL
)
lint1.h
195
THREAD_LOCAL
,
Completed in 33 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026