OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNW_CACHE_PER_THREAD
(Results
1 - 9
of
9
) sorted by null
/external/libunwind/src/mi/
Gset_caching_policy.c
35
if (policy ==
UNW_CACHE_PER_THREAD
)
/external/libunwind/tests/
Gtest-concurrent.c
124
unw_set_caching_policy (unw_local_addr_space,
UNW_CACHE_PER_THREAD
);
test-async-sig.c
146
unw_set_caching_policy (unw_local_addr_space,
UNW_CACHE_PER_THREAD
);
Gperf-simple.c
258
unw_set_caching_policy (unw_local_addr_space,
UNW_CACHE_PER_THREAD
);
Gperf-trace.c
244
unw_set_caching_policy (unw_local_addr_space,
UNW_CACHE_PER_THREAD
);
Lrs-race.c
1508
unw_set_caching_policy (unw_local_addr_space,
UNW_CACHE_PER_THREAD
);
/external/libunwind/include/
libunwind-common.h.in
85
UNW_CACHE_PER_THREAD
/* per-thread caching */
libunwind-common.h
97
UNW_CACHE_PER_THREAD
/* per-thread caching */
/external/libunwind/src/ia64/
Gscript.c
109
if (as->caching_policy ==
UNW_CACHE_PER_THREAD
)
Completed in 139 milliseconds