Searched defs:Signal (Results 1 - 25 of 31) 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.cc38 void Semaphore::Signal() { function in class:v8::base::Semaphore
91 void Semaphore::Signal() {
102 // Signal caused spurious wakeup.
140 // Signal caused spurious wakeup.
163 void Semaphore::Signal() {
/external/drm_hwcomposer/
H A Dworker.cpp97 int Worker::Signal() { function in class:android::Worker
100 ALOGE("Failed to acquire lock in Signal() %d\n", ret);
108 ALOGE("Failed to release lock in Signal() %d\n", ret);
/external/lldb/source/Target/
H A DUnixSignals.cpp20 UnixSignals::Signal::Signal function in class:UnixSignals::Signal
109 Signal new_signal (name, short_name, default_suppress, default_stop, default_notify, description);
197 const Signal &signal = pos->second;

Completed in 478 milliseconds

12