Home | History | Annotate | Download | only in doc

Lines Matching refs:caching

8 \begin{Name}{3}{unw\_set\_caching\_policy}{David Mosberger-Tang}{Programming Library}{unw\_set\_caching\_policy}unw\_set\_caching\_policy -- set unwind caching policy
19 The \Func{unw\_set\_caching\_policy}() routine sets the caching policy
24 \item[\Const{UNW\_CACHE\_NONE}] Turns off caching completely. This
27 \item[\Const{UNW\_CACHE\_GLOBAL}] Enables caching using a global cache
28 that is shared by all threads. If global caching is unavailable or
31 \item[\Const{UNW\_CACHE\_PER\_THREAD}] Enables caching using
32 thread-local caches. If a thread-local caching are unavailable or
37 If caching is enabled, an application must be prepared to make
45 caching is turned off by default. For the local address space
46 \Func{unw\_local\_addr\_space}, caching is turned on by default.
62 \item[\Const{UNW\_ENOMEM}] The desired caching policy could not be