Searched refs:MojoTrapEvent (Results 1 – 16 of 16) sorted by relevance
35 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() argument251 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F()272 MojoTrapEvent blocking_events[kMaxBlockingEvents] = { in TEST_F()[all …]
65 MojoTrapEvent event; in InvokeWatchCallback()208 MojoTrapEvent* blocking_events) { in Arm()
54 MojoTrapEvent* blocking_events) override;
84 MojoTrapEvent* blocking_events);
38 MojoTrapEvent* blocking_events) { in Arm()
187 MojoTrapEvent* blocking_events);
16 void QuotaExceededEventHandler(const MojoTrapEvent* event) { in QuotaExceededEventHandler()
242 MojoTrapEvent* blocking_events) { in MojoArmTrapImpl()
368 MojoTrapEvent* blocking_events) { in ArmTrap()
26 struct MOJO_ALIGNAS(8) MojoTrapEvent { struct66 MOJO_STATIC_ASSERT(sizeof(MojoTrapEvent) == 32, argument174 typedef void (*MojoTrapEventHandler)(const struct MojoTrapEvent* event);316 struct MojoTrapEvent* blocking_events);
160 struct MojoTrapEvent* blocking_events);
667 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) {
307 MojoTrapEvent* blocking_events) { in MojoArmTrap()
30 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()
53 static void CallNotify(const MojoTrapEvent* event) { in CallNotify()210 MojoTrapEvent blocking_event = {sizeof(blocking_event)}; in Arm()
151 base::StackVector<MojoTrapEvent, 4> blocking_events; in Wait()243 static void OnNotification(const MojoTrapEvent* event) { in OnNotification()