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

123

/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/chromium_org/sync/internal_api/public/base/
H A Dcancelation_signal.cc42 void CancelationSignal::Signal() { function in class:syncer::CancelationSignal
/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}
/external/lldb/tools/debugserver/source/
H A DPThreadCondition.h43 int Signal() function in class:PThreadCondition
/external/chromium_org/base/synchronization/
H A Dcondition_variable_posix.cc117 void ConditionVariable::Signal() { function in class:base::ConditionVariable
/external/chromium_org/cc/base/
H A Dcompletion_event.h44 void Signal() { function in class:cc::CompletionEvent
49 event_.Signal();
55 // Used to assert that Wait() and Signal() are each called exactly once.
/external/chromium_org/extensions/common/
H A Done_shot_event.cc61 void OneShotEvent::Signal() { function in class:extensions::OneShotEvent
64 CHECK(!signaled_) << "Only call Signal once.";
/external/chromium_org/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() {

Completed in 667 milliseconds

123