Home
last modified time | relevance | path

Searched refs:MojoTrapEvent (Results 1 – 16 of 16) sorted by relevance

/external/libchrome/mojo/core/
Dtrap_unittest.cc35 using ContextCallback = base::RepeatingCallback<void(const MojoTrapEvent&)>;
74 void Notify(const MojoTrapEvent& event) { in Notify()
88 static void Notify(const MojoTrapEvent* event) { in Notify()
110 void ExpectNoNotification(const MojoTrapEvent* event) { in ExpectNoNotification()
114 void ExpectOnlyCancel(const MojoTrapEvent* event) { in ExpectOnlyCancel()
163 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F()
194 MojoTrapEvent blocking_events[kMaxBlockingEvents] = { in TEST_F()
225 [](const MojoTrapEvent&) {}, [&] { wait.Signal(); }); in TEST_F() argument
251 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F()
272 MojoTrapEvent blocking_events[kMaxBlockingEvents] = { in TEST_F()
[all …]
Dwatcher_dispatcher.cc65 MojoTrapEvent event; in InvokeWatchCallback()
208 MojoTrapEvent* blocking_events) { in Arm()
Dwatcher_dispatcher.h54 MojoTrapEvent* blocking_events) override;
Ddispatcher.h84 MojoTrapEvent* blocking_events);
Ddispatcher.cc38 MojoTrapEvent* blocking_events) { in Arm()
Dcore.h187 MojoTrapEvent* blocking_events);
Dquota_unittest.cc16 void QuotaExceededEventHandler(const MojoTrapEvent* event) { in QuotaExceededEventHandler()
Dentrypoints.cc242 MojoTrapEvent* blocking_events) { in MojoArmTrapImpl()
Dcore.cc368 MojoTrapEvent* blocking_events) { in ArmTrap()
/external/libchrome/mojo/public/c/system/
Dtrap.h26 struct MOJO_ALIGNAS(8) MojoTrapEvent { struct
66 MOJO_STATIC_ASSERT(sizeof(MojoTrapEvent) == 32, argument
174 typedef void (*MojoTrapEventHandler)(const struct MojoTrapEvent* event);
316 struct MojoTrapEvent* blocking_events);
Dthunks.h160 struct MojoTrapEvent* blocking_events);
DREADME.md667 typedef void (*MojoTrapEventHandler)(const struct MojoTrapEvent* event);
701 void OnNotification(const struct MojoTrapEvent* event) {
784 MojoTrapEvent blocking_events[2] = {{sizeof(MojoTrapEvent)},
785 {sizeof(MojoTrapEvent)}};
851 void OnNotification(const struct MojoTrapEvent* event) {
Dthunks.cc307 MojoTrapEvent* blocking_events) { in MojoArmTrap()
/external/libchrome/mojo/public/cpp/system/
Dwait.cc30 static void OnNotification(const MojoTrapEvent* event) { in OnNotification()
91 MojoTrapEvent blocking_event = {sizeof(blocking_event)}; in Wait()
152 MojoTrapEvent blocking_event = {sizeof(blocking_event)}; in WaitMany()
Dsimple_watcher.cc53 static void CallNotify(const MojoTrapEvent* event) { in CallNotify()
210 MojoTrapEvent blocking_event = {sizeof(blocking_event)}; in Arm()
Dwait_set.cc151 base::StackVector<MojoTrapEvent, 4> blocking_events; in Wait()
243 static void OnNotification(const MojoTrapEvent* event) { in OnNotification()