Searched refs:stop_flags (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | sync_handle_registry_unittest.cc | 39 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/ |
D | sync_event_watcher.cc | 33 bool SyncEventWatcher::SyncWatch(const bool** stop_flags, in SyncWatch() argument 49 std::copy(stop_flags, stop_flags + num_stop_flags, in SyncWatch()
|
D | sequence_local_sync_event_watcher.cc | 156 const bool* stop_flags[] = {should_stop, in SyncWatch() local 161 bool result = event_watcher_.SyncWatch(stop_flags, 2); in SyncWatch()
|
/external/libchrome/ipc/ |
D | ipc_sync_message_filter.cc | 81 const bool* stop_flags[] = { &done, &shutdown }; in Send() local 82 registry->Wait(stop_flags, 2); in Send()
|
D | ipc_sync_channel.cc | 672 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/ |
D | sync_event_watcher.h | 47 bool SyncWatch(const bool** stop_flags, size_t num_stop_flags);
|
D | thread_safe_interface_ptr.h | 155 const bool* stop_flags[] = {&event_signaled}; in AcceptWithResponder() local 156 watcher.SyncWatch(stop_flags, 1); in AcceptWithResponder()
|