Searched defs:Signal (Results 1 - 25 of 41) sorted by relevance

12

/external/lldb/include/lldb/Target/
H A DUnixSignals.h114 struct Signal struct in class:lldb_private::UnixSignals
123 Signal (const char *name,
130 ~Signal () {}
136 typedef std::map <int32_t, Signal> collection;
/external/libunwind/doc/
H A Dunw_init_local.tex52 \section{Thread and Signal Safety}
H A Dunw_init_remote.tex47 \section{Thread and Signal Safety}
H A Dunw_resume.tex67 \section{Thread and Signal Safety}
H A Dunw_strerror.tex28 \section{Thread and Signal Safety}
H A Dunw_flush_cache.tex39 \section{Thread and Signal Safety}
H A Dunw_get_accessors.tex36 \section{Thread and Signal Safety}
H A Dunw_get_fpreg.tex43 \section{Thread and Signal Safety}
H A Dunw_get_proc_info.tex90 \section{Thread and Signal Safety}
H A Dunw_get_proc_info_by_ip.tex56 \section{Thread and Signal Safety}
H A Dunw_get_proc_name.tex49 \section{Thread and Signal Safety}
H A Dunw_get_reg.tex44 \section{Thread and Signal Safety}
H A Dunw_getcontext.tex45 \section{Thread and Signal Safety}
H A Dunw_is_fpreg.tex31 \section{Thread and Signal Safety}
H A Dunw_is_signal_frame.tex28 Signal frames are somewhat unusual because the asynchronous nature of
39 \section{Thread and Signal Safety}
H A Dunw_regname.tex30 \section{Thread and Signal Safety}
H A Dunw_set_caching_policy.tex54 \section{Thread and Signal Safety}
H A Dunw_set_fpreg.tex43 \section{Thread and Signal Safety}
H A Dunw_set_reg.tex44 \section{Thread and Signal Safety}
H A Dunw_step.tex29 \section{Thread and Signal Safety}
/external/lldb/tools/debugserver/source/
H A DPThreadCondition.h43 int Signal() function in class:PThreadCondition
/external/lldb/source/Host/common/
H A DCondition.cpp62 Condition::Signal () function in class:Condition
71 // another thread calls Signal(), or Broadcast() with the same
/external/v8/src/base/platform/
H A Dsemaphore.cc37 void Semaphore::Signal() { function in class:v8::base::Semaphore
102 void Semaphore::Signal() {
115 // Signal caused spurious wakeup.
153 // Signal caused spurious wakeup.
175 void Semaphore::Signal() {
/external/libchrome/base/synchronization/
H A Dcondition_variable_posix.cc132 void ConditionVariable::Signal() { function in class:base::ConditionVariable
/external/dbus-binding-generator/chromeos-dbus-bindings/
H A Dinterface.h46 struct Signal { struct in struct:chromeos_dbus_bindings::Interface
47 Signal(const std::string& name_in, function in struct:chromeos_dbus_bindings::Interface::Signal
50 explicit Signal(const std::string& name_in) : name(name_in) {} function in struct:chromeos_dbus_bindings::Interface::Signal
69 const std::vector<Signal>& signals_in,
76 std::vector<Signal> signals;

Completed in 1192 milliseconds

12