HomeSort by relevance Sort by last modified time
    Searched defs:Signal (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/rs/
rsSignal.cpp 24 Signal::Signal() {
28 Signal::~Signal() {
33 bool Signal::init() {
50 void Signal::set() {
72 bool Signal::wait(uint64_t timeout) {
rsSignal.h 26 class Signal {
28 Signal();
29 ~Signal();
35 // returns true if the signal occured
  /external/lldb/include/lldb/Target/
UnixSignals.h 114 struct Signal
123 Signal (const char *name,
130 ~Signal () {}
136 typedef std::map <int32_t, Signal> collection;
  /frameworks/base/libs/hwui/thread/
Signal.h 27 class Signal {
29 Signal(Condition::WakeUpType type = Condition::WAKE_UP_ALL) : mType(type), mSignaled(false) { }
30 ~Signal() { }
32 void signal() { function in class:android::uirenderer::Signal
37 mCondition.signal(mType);
  /external/libunwind/doc/
unw_init_local.tex 52 \section{Thread and Signal Safety}
55 signal handler.
unw_init_remote.tex 47 \section{Thread and Signal Safety}
51 a signal handler.
unw_resume.tex 29 \Var{cp} was interrupted by a signal, then \Func{unw\_resume}() will
30 restore all registers as well as the signal mask. Attempting to call
67 \section{Thread and Signal Safety}
70 local address-space, this routine is also safe to use from a signal
unw_strerror.tex 28 \section{Thread and Signal Safety}
31 from a signal handler.
unw_flush_cache.tex 39 \section{Thread and Signal Safety}
42 use from a signal handler.
unw_get_accessors.tex 36 \section{Thread and Signal Safety}
39 safe to use from a signal handler.
unw_get_fpreg.tex 29 stack-pointer). However, for signal frames (see
43 \section{Thread and Signal Safety}
46 from a signal handler.
unw_get_proc_info.tex 90 \section{Thread and Signal Safety}
94 signal handler.
unw_get_proc_info_by_ip.tex 56 \section{Thread and Signal Safety}
60 safe to use from a signal handler.
unw_get_proc_name.tex 49 \section{Thread and Signal Safety}
53 signal handler.
unw_get_reg.tex 29 stack-pointer). However, for signal frames (see
44 \section{Thread and Signal Safety}
47 from a signal handler.
unw_getcontext.tex 38 performance and does not, for example, save the signal mask.
45 \section{Thread and Signal Safety}
48 from a signal handler.
unw_is_fpreg.tex 31 \section{Thread and Signal Safety}
34 from a signal handler.
unw_is_signal_frame.tex 8 \begin{Name}{3}{unw\_is\_signal\_frame}{David Mosberger-Tang}{Programming Library}{unw\_is\_signal\_frame}unw\_is\_signal\_frame -- check if current frame is a signal frame
20 if the current frame identified by \Var{cp} is a signal frame, and a
21 value of 0 otherwise. For the purpose of this discussion, a signal
24 frames are normally created by the kernel when delivering a signal.
25 In a kernel-environment, a signal frame might, for example, correspond
28 Signal frames are somewhat unusual because the asynchronous nature of
35 positive value if the current frame is a signal frame, or 0 if it is
39 \section{Thread and Signal Safety}
42 from a signal handler.
48 whether or not the current frame is a signal frame
    [all...]
unw_regname.tex 30 \section{Thread and Signal Safety}
33 use from a signal handler.
unw_set_caching_policy.tex 54 \section{Thread and Signal Safety}
57 to use from a signal handler.
unw_set_fpreg.tex 29 stack-pointer). However, for signal frames (see
43 \section{Thread and Signal Safety}
46 from a signal handler.
unw_set_reg.tex 29 stack-pointer). However, for signal frames (see
44 \section{Thread and Signal Safety}
47 from a signal handler.
unw_step.tex 29 \section{Thread and Signal Safety}
32 address-space, this routine is also safe to use from a signal handler.
  /external/lldb/source/Host/common/
Condition.cpp 62 Condition::Signal ()
71 // another thread calls Signal(), or Broadcast() with the same
  /external/lldb/tools/debugserver/source/
PThreadCondition.h 43 int Signal()

Completed in 251 milliseconds

1 2