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

1 2 3 4 5 6 7

  /external/valgrind/memcheck/tests/solaris/
door_kill.stdout.exp 0 Signal caught.
  /external/valgrind/none/tests/solaris/
sigresend.stdout.exp 0 Signal caught.
  /frameworks/rs/
rsSignal.h 26 class Signal {
28 Signal();
29 ~Signal();
35 // returns true if the signal occured
rsSignal.cpp 24 Signal::Signal() {
28 Signal::~Signal() {
33 bool Signal::init() {
50 void Signal::set() {
72 bool Signal::wait(uint64_t timeout) {
  /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/v8/src/libplatform/
task-queue.cc 26 process_queue_semaphore_.Signal();
40 process_queue_semaphore_.Signal();
53 process_queue_semaphore_.Signal();
  /external/v8/test/unittests/base/platform/
semaphore-unittest.cc 35 used_space_->Signal();
59 free_space_->Signal();
79 semaphore_->Signal();
113 semaphore.Signal();
133 semaphore.Signal();
135 semaphore.Signal();
137 semaphore.Signal();
  /external/libchrome/base/synchronization/
waitable_event_unittest.cc 22 event.Signal();
30 event.Signal();
40 event.Signal();
48 event.Signal();
52 event.Signal();
61 ev[3]->Signal();
64 ev[3]->Signal();
67 ev[4]->Signal();
70 ev[0]->Signal();
86 event_->Signal();
    [all...]
condition_variable.h 13 // thread in the pool to announce (signal) that there is now more room in a
18 // USAGE NOTE 1: spurious signal events are possible with this and
30 // issuing a signal up *if* there is work-to-do. There can/will
32 // assuming the signal was intentional. Caveat caller ;-).
38 // thread (upon exiting Wait()) call Signal() to free up another
48 // get signaled. Some implementations mess up, and don't signal them
57 // Signal to revive. Fairness would (if publicly supported) assure that the
97 // Signal() revives one waiting thread.
98 void Signal();
  /external/libbrillo/brillo/dbus/
dbus_signal.h 22 // Base class for D-Bus signal proxy classes.
33 bool SendSignal(dbus::Signal* signal) const;
44 // DBusSignal<...> is a concrete signal proxy class that knows about the
45 // exact number of signal arguments and their types.
53 // DBusSignal<...>::Send(...) dispatches the signal with the given arguments.
55 dbus::Signal signal(interface_name_, signal_name_);
56 dbus::MessageWriter signal_writer(&signal);
58 return SendSignal(&signal);
    [all...]
dbus_signal.cc 20 bool DBusSignalBase::SendSignal(dbus::Signal* signal) const {
21 // This sends the signal asynchronously. However, the raw message inside
22 // the signal object is ref-counted, so we're fine to pass a stack-allocated
23 // Signal object here.
24 return dbus_object_->SendSignal(signal);
dbus_signal_handler.h 20 // C++ signal handler with expected signal parameters as native method args.
22 // brillo::dbus_utils::ConnectToSignal() actually registers a stub signal
26 // When a D-Bus signal is emitted, the stub handler is invoked, which unpacks
27 // the expected parameters from dbus::Signal message and then calls
30 // If the signal message doesn't contain correct number or types of arguments,
31 // an error message is logged to the system log and the signal is ignored
48 // Raw signal handler stub method. When called, unpacks the signal arguments
49 // from |signal| message buffer and redirects the call t
    [all...]
  /external/valgrind/memcheck/tests/
badjump2.stderr.exp 6 Signal caught, as expected
  /external/drm_hwcomposer/
worker.h 36 int Signal();
52 * wait for a signal before returning.
  /external/libchrome/dbus/
mock_exported_object.h 31 MOCK_METHOD1(SendSignal, void(Signal* signal));
object_manager.h 104 // in your properties, either as a result of a signal from the Properties
133 class Signal;
263 // Called when a PropertiesChanged signal is received from the sender.
265 // properties based on the received signal. Called from HandleMessage.
267 Signal* signal);
269 Signal* signal);
274 // Called by dbus:: when an InterfacesAdded signal is received and initially
276 void InterfacesAddedReceived(Signal* signal)
    [all...]
  /hardware/ti/omap4-aah/libtiutils/
Semaphore.h 48 ///Signal operation
49 status_t Signal();
Semaphore.cpp 142 @brief Signal operation
147 @return One of the android error codes based on semaphore signal operation
150 status_t Semaphore::Signal()
217 ///Wait for the timeout or signal and return the result based on whichever event occurred first
223 Signal();
  /hardware/ti/omap4xxx/libtiutils/
Semaphore.h 45 ///Signal operation
46 status_t Signal();
Semaphore.cpp 141 @brief Signal operation
146 @return One of the android error codes based on semaphore signal operation
149 status_t Semaphore::Signal()
216 ///Wait for the timeout or signal and return the result based on whichever event occurred first
222 Signal();
  /external/libchrome/base/threading/
worker_pool_unittest.cc 46 test_event_.Signal();
76 base::Bind(&WaitableEvent::Signal,
80 base::Bind(&WaitableEvent::Signal,
  /external/dbus-binding-generator/chromeos-dbus-bindings/
interface.h 46 struct Signal {
47 Signal(const std::string& name_in,
50 explicit Signal(const std::string& name_in) : name(name_in) {}
69 const std::vector<Signal>& signals_in,
76 std::vector<Signal> signals;
  /external/valgrind/gdbserver_tests/
nlpasssigalrm.stdoutB.exp 3 Signal Stop Print Pass to program Description
6 Program received signal SIGALRM, Alarm clock.
8 Signal Stop Print Pass to program Description
19 Program received signal SIGxx, Real-time event xx.
  /external/dng_sdk/source/
dng_mutex.h 151 void Signal ();
  /external/libchrome/base/message_loop/
message_pump_default.cc 78 event_.Signal();

Completed in 676 milliseconds

1 2 3 4 5 6 7