Home
last modified time | relevance | path

Searched refs:UNW_CACHE_PER_THREAD (Results 1 – 12 of 12) sorted by relevance

/third_party/libunwind/src/mi/
DGset_caching_policy.c35 if (policy == UNW_CACHE_PER_THREAD) in unw_set_caching_policy()
/third_party/libunwind/tests/
DGtest-concurrent.c124 unw_set_caching_policy (unw_local_addr_space, UNW_CACHE_PER_THREAD); in main()
Dtest-async-sig.c146 unw_set_caching_policy (unw_local_addr_space, UNW_CACHE_PER_THREAD); in sighandler()
DGperf-trace.c246 unw_set_caching_policy (unw_local_addr_space, UNW_CACHE_PER_THREAD); in main()
DGperf-simple.c260 unw_set_caching_policy (unw_local_addr_space, UNW_CACHE_PER_THREAD); in main()
DLrs-race.c1508 unw_set_caching_policy (unw_local_addr_space, UNW_CACHE_PER_THREAD); in main()
/third_party/libunwind/include/
Dlibunwind-common.h87 UNW_CACHE_PER_THREAD /* per-thread caching */ enumerator
Dlibunwind_i.h41 #define UNWI_DEFAULT_CACHING_POLICY UNW_CACHE_PER_THREAD
Dlibunwind-common.h.in98 UNW_CACHE_PER_THREAD /* per-thread caching */ enumerator
/third_party/libunwind/
Dconfigure.ac333 AC_MSG_CHECKING([whether to support UNW_CACHE_PER_THREAD])
335 AS_HELP_STRING([--enable-per-thread-cache], [build with support for UNW_CACHE_PER_THREAD (which imp…
/third_party/libunwind/src/ia64/
DGscript.c102 if (as->caching_policy == UNW_CACHE_PER_THREAD) in get_script_cache()
/third_party/libunwind/src/dwarf/
DGparser.c623 if (likely (caching == UNW_CACHE_PER_THREAD)) in get_rs_cache()