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

  /external/libunwind/doc/
_U_dyn_cancel.tex 8 \begin{Name}{3}{\_U\_dyn\_cancel}{David Mosberger-Tang}{Programming Library}{\_U\_dyn\_cancel}\_U\_dyn\_cancel -- cancel unwind-info for dynamically generated code
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
_U_dyn_register.tex 27 \Func{\_U\_dyn\_register}() or \Func{\_U\_dyn\_cancel}()).
37 \SeeAlso{libunwind-dynamic(3)}, \SeeAlso{\_U\_dyn\_cancel(3)}
libunwind.tex 62 \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)}
libunwind-dynamic.tex 391 \SeeAlso{\_U\_dyn\_cancel(3)}
  /packages/services/BuiltInPrintService/jni/ipphelper/
ippstatus_monitor.c 49 static status_t _cancel(const ifc_status_monitor_t *this_p, const char *requesting_user);
54 .cancel = _cancel, .start = _start, .stop = _stop, .destroy = _destroy,};
282 static status_t _cancel(const ifc_status_monitor_t *this_p, const char *requesting_user) { function
290 LOGD("_cancel(): enter");
321 LOGD("_cancel get job attributes: response is null, ipp_status %d: %s",
328 LOGD("_cancel got job-id: %d", job_id);
336 LOGD("_cancel got job-state: %d", jobState);

Completed in 213 milliseconds