OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_tls
(Results
1 - 3
of
3
) sorted by null
/system/core/libcutils/
threads.c
24
if (!store->
has_tls
)
35
if (!store->
has_tls
) {
40
store->
has_tls
= 1;
52
if (!store->
has_tls
)
72
if (!store->
has_tls
) {
78
store->
has_tls
= 1;
/system/core/include/cutils/
threads.h
38
int
has_tls
;
member in struct:__anon43847
51
int
has_tls
;
member in struct:__anon43848
/external/valgrind/main/coregrind/m_initimg/
initimg-linux.c
699
Bool
has_tls
= (auxv->u.a_val & VKI_HWCAP_TLS) > 0;
local
702
has_tls
? "YES" : "NO");
[
all
...]
Completed in 480 milliseconds