Home
last modified time | relevance | path

Searched refs:stop_flags (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/tests/
Dsync_handle_registry_unittest.cc39 const bool* stop_flags[] = {&called1, &called2}; in TEST_F() local
40 registry()->Wait(stop_flags, 2); in TEST_F()
49 registry()->Wait(stop_flags, 2); in TEST_F()
77 const bool* stop_flags[] = {&called1, &called2, &called3}; in TEST_F() local
78 registry()->Wait(stop_flags, 3); in TEST_F()
92 registry()->Wait(stop_flags, 3); in TEST_F()
239 const bool* stop_flags[] = {&called3}; in TEST_F() local
240 registry->Wait(stop_flags, 1); in TEST_F()
250 const bool* stop_flags[] = {&called1, &called2}; in TEST_F() local
251 registry()->Wait(stop_flags, 2); in TEST_F()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dsync_event_watcher.cc33 bool SyncEventWatcher::SyncWatch(const bool** stop_flags, in SyncWatch() argument
49 std::copy(stop_flags, stop_flags + num_stop_flags, in SyncWatch()
Dsequence_local_sync_event_watcher.cc156 const bool* stop_flags[] = {should_stop, in SyncWatch() local
161 bool result = event_watcher_.SyncWatch(stop_flags, 2); in SyncWatch()
/external/libchrome/ipc/
Dipc_sync_message_filter.cc81 const bool* stop_flags[] = { &done, &shutdown }; in Send() local
82 registry->Wait(stop_flags, 2); in Send()
Dipc_sync_channel.cc672 const bool* stop_flags[] = { &dispatch, &send_done, &should_pump_messages }; in WaitForReply() local
674 registry->Wait(stop_flags, 3); in WaitForReply()
/external/libchrome/mojo/public/cpp/bindings/
Dsync_event_watcher.h47 bool SyncWatch(const bool** stop_flags, size_t num_stop_flags);
Dthread_safe_interface_ptr.h155 const bool* stop_flags[] = {&event_signaled}; in AcceptWithResponder() local
156 watcher.SyncWatch(stop_flags, 1); in AcceptWithResponder()