OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getspecific
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/core/
SkTLS.h
58
* that after calling
GetSpecific
, we know that we can legally call
69
* The implementation can rely on
GetSpecific
(true) having been previously
/external/elfutils/libasm/
asm_error.c
63
int *buffer =
getspecific
(key);
98
int *buffer =
getspecific
(key);
144
int *buffer = (int *)
getspecific
(key);
/external/elfutils/lib/
eu-config.h
54
# define
getspecific
(key) key
macro
79
# define
getspecific
(key) key
macro
/external/elfutils/libdw/
dwarf_error.c
93
result = (intptr_t)
getspecific
(key);
182
last_error = (intptr_t)
getspecific
(key);
/external/elfutils/libdwfl/
dwfl_error.c
96
result = (intptr_t)
getspecific
(key);
206
last_error = (intptr_t)
getspecific
(key);
/external/elfutils/libelf/
elf_error.c
96
result = (intptr_t)
getspecific
(key);
369
last_error = (intptr_t)
getspecific
(key);
Completed in 159 milliseconds