Home
last modified time | relevance | path

Searched refs:_cancel (Results 1 – 6 of 6) sorted by relevance

/external/libunwind/doc/
D_U_dyn_cancel.tex8 \begin{Name}{3}{\_U\_dyn\_cancel}{David Mosberger-Tang}{Programming Library}{\_U\_dyn\_cancel}\_U\_…
15 \Type{void} \Func{\_U\_dyn\_cancel}(\Type{unw\_dyn\_info\_t~*}\Var{di});\\
19 The \Func{\_U\_dyn\_cancel}() routine cancels the registration of the
24 The \Func{\_U\_dyn\_cancel}() routine is guaranteed to execute in
26 \Func{\_U\_dyn\_register}() or \Func{\_U\_dyn\_cancel}()).
31 \Func{\_U\_dyn\_cancel}() is thread-safe but \emph{not} safe to use
D_U_dyn_register.tex27 \Func{\_U\_dyn\_register}() or \Func{\_U\_dyn\_cancel}()).
37 \SeeAlso{libunwind-dynamic(3)}, \SeeAlso{\_U\_dyn\_cancel(3)}
Dlibunwind.tex62 \Type{void} \Func{\_U\_dyn\_cancel}(\Type{unw\_dyn\_info\_t~*});\\
257 \Func{\_U\_dyn\_cancel}() to register/cancel the information required to
345 \SeeAlso{\_U\_dyn\_cancel(3)}
Dlibunwind-dynamic.tex391 \SeeAlso{\_U\_dyn\_cancel(3)}
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_invocation.py25 def _cancel(handler): function
66 _cancel(self._handler)
96 _cancel(self._handler)
303 _cancel(self._handler)
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dchannel.pyx.pxi136 cdef _cancel( function
255 _cancel(self._channel_state, self._call_state, code, details)
299 _cancel(self._channel_state, self._call_state, code, details)