HomeSort by relevance Sort by last modified time
    Searched refs:_flush (Results 1 - 5 of 5) sorted by null

  /external/libunwind/doc/
unw_flush_cache.tex 8 \begin{Name}{3}{unw\_flush\_cache}{David Mosberger-Tang}{Programming Library}{unw\_flush\_cache}unw\_flush\_cache -- flush cached info
15 \Type{void} \Func{unw\_flush\_cache}(\Type{unw\_addr\_space\_t} \Var{as}, \Type{unw\_word\_t} \Var{lo}, \Type{unw\_word\_t} \Var{hi});\\
19 The \Func{unw\_flush\_cache}() routine flushes all cached info as it
27 \Func{unw\_flush\_cache}() may flush more information than requested,
28 but \emph{never} less. In other words, \Func{unw\_flush\_cache}() may
36 The \Func{unw\_flush\_cache}() routine cannot fail and does not
41 The \Func{unw\_flush\_cache}() routine is thread-safe as well as safe to
unw_set_caching_policy.tex 26 \Func{unw\_flush\_cache}() had been called.
38 appropriate calls to \Func{unw\_flush\_cache}() whenever the target
41 \Func{unw\_flush\_cache}() would have to be called (at least) for the
70 \SeeAlso{unw\_flush\_cache(3)}
libunwind.tex 43 \Type{void} \Func{unw\_flush\_cache}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_word\_t});\\
289 \Func{unw\_flush\_cache}(). The second facility is provided by
326 \SeeAlso{unw\_flush\_cache(3)},
unw_create_addr_space.tex 126 call to \Func{unw\_flush\_cache}().
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
storage_api.py 701 self._flush()
727 self._flush(finish=True)
737 def _flush(self, finish=False): member in class:StreamingBuffer

Completed in 223 milliseconds