HomeSort by relevance Sort by last modified time
    Searched refs:Signal (Results 251 - 275 of 382) sorted by null

<<111213141516

  /external/libchrome/dbus/
property.h 116 // the property value, and whether it emits a signal or a Get() call is
214 // via signal, or as a result of calls to Get() and GetAll(). The |name|
244 // changed signal provides different arguments.
245 virtual void ChangedReceived(Signal* signal);
bus.cc 34 "type='signal',interface='org.freedesktop.DBus',"
803 on_shutdown_.Signal();
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
bind_task_runner_unittest.cc 47 task_ready_.Signal();
  /external/v8/src/base/platform/
platform.h 511 if (start_semaphore_) start_semaphore_->Signal();
  /prebuilts/go/darwin-x86/src/syscall/
syscall_plan9.go 35 // It implements the os.Signal interface.
38 func (n Note) Signal() {}
syscall_windows.go 833 func (w WaitStatus) Signal() Signal { return -1 }
841 func (w WaitStatus) StopSignal() Signal { return -1 }
    [all...]
ztypes_linux_mips.go 520 Signal int32
ztypes_linux_mipsle.go 520 Signal int32
  /prebuilts/go/linux-x86/src/syscall/
syscall_plan9.go 35 // It implements the os.Signal interface.
38 func (n Note) Signal() {}
syscall_windows.go 833 func (w WaitStatus) Signal() Signal { return -1 }
841 func (w WaitStatus) StopSignal() Signal { return -1 }
    [all...]
ztypes_linux_mips.go 520 Signal int32
ztypes_linux_mipsle.go 520 Signal int32
  /art/runtime/
monitor.cc 626 monitor_contenders_.Signal(self);
703 // non-null a notifying or interrupting thread must signal the thread's wait_cond_ to wake it
709 monitor_contenders_.Signal(self);
783 // Signal the first waiting thread in the wait set.
792 thread->GetWaitConditionVariable()->Signal(self);
806 // Signal all threads in the wait set.
    [all...]
  /external/webrtc/webrtc/base/
physicalsocketserver.cc 28 #include <signal.h>
268 // other end is closed will result in a SIGPIPE signal being raised to
316 // pretend it is blocking, and then signal close, so that simplifying
778 virtual void Signal() {
817 // non-trivial things with a POSIX signal in an event-driven program (until
827 // There is just a single global instance. (Signal handlers do not get any
835 // Returns true if the given signal number is set.
845 // Clears the given signal number.
853 // Returns the file descriptor to monitor for signal events.
858 // This is called directly from our real signal handler, so it must b
    [all...]
  /art/runtime/base/
mutex.h 452 // (Signal) or all at once (Broadcast).
459 void Signal(Thread* self);
723 // One unexpected signal at a time lock.
  /external/libbrillo/brillo/dbus/
dbus_object.h 375 // Registers a D-Bus signal that has a specified number and types (|Args|) of
377 // used to send the signal on this interface when needed:
380 auto signal = itf->RegisterSignal<int, bool>("MySignal");
382 // Send the Interface.MySig(12, true) signal.
383 if (signal.lock()->Send(12, true)) { ... }
385 // Or if the signal signature is long or complex, you can alias the
386 // DBusSignal<Args...> signal type and use RegisterSignalOfType method
391 auto signal = itf->RegisterSignalOfType<MySignal>("MySignal");
393 // Send the Interface.MySig(12, true) signal.
394 if (signal.lock()->Send(12, true)) { ...
406 auto signal = std::make_shared<DBusSignalType>( local
    [all...]
  /external/libmojo/mojo/message_pump/
message_pump_mojo.cc 395 event_.Signal();
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 195 signal_at_unlock_ = true; // Always signal at Unlock to make
288 void Signal() { CHECK(0 == pthread_cond_signal(&cv_)); }
  /art/runtime/jit/
profile_saver.cc 191 period_condition_.Signal(Thread::Current());
298 // are threads calling Stop and the signal catcher (for SIGUSR1).
707 profile_saver->period_condition_.Signal(Thread::Current());
    [all...]
  /external/libchrome/base/metrics/
persistent_memory_allocator_unittest.cc 340 // has not already passed. Also, since spurious signal events
347 condition_->Signal();
405 // avoid a race condition where the Signal() event is called before
413 condition.Signal();
  /external/libchrome/base/trace_event/
trace_event_unittest.cc 213 flush_complete_event->Signal();
523 task_complete_event->Signal();
972 task_complete_event->Signal();
    [all...]
  /external/libunwind/doc/
unw_get_proc_info.tex 90 \section{Thread and Signal Safety}
94 signal handler.
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
benchmark.go 133 <-b.signal
146 // Signal that we're done whether we return normally
149 b.signal <- b
235 signal: make(chan interface{}),
288 signal: make(chan interface{}),
  /prebuilts/go/linux-x86/src/go/doc/testdata/
benchmark.go 133 <-b.signal
146 // Signal that we're done whether we return normally
149 b.signal <- b
235 signal: make(chan interface{}),
288 signal: make(chan interface{}),
  /hardware/qcom/display/sdm845/sdm/libs/hwc/
hwc_session.cpp 423 locker_.Signal();
    [all...]

Completed in 1026 milliseconds

<<111213141516