Searched defs:stop_flags (Results 1 – 8 of 8) 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 77 const bool* stop_flags[] = {&called1, &called2, &called3}; in TEST_F() local 239 const bool* stop_flags[] = {&called3}; in TEST_F() local 250 const bool* stop_flags[] = {&called1, &called2}; in TEST_F() local
|
| /external/libchrome/mojo/public/cpp/bindings/lib/ |
| D | sync_event_watcher.cc | 33 bool SyncEventWatcher::SyncWatch(const bool** stop_flags, in SyncWatch()
|
| D | sequence_local_sync_event_watcher.cc | 156 const bool* stop_flags[] = {should_stop, in SyncWatch() local
|
| /external/libchrome/ipc/ |
| D | ipc_sync_message_filter.cc | 81 const bool* stop_flags[] = { &done, &shutdown }; in Send() local
|
| D | ipc_sync_channel.cc | 672 const bool* stop_flags[] = { &dispatch, &send_done, &should_pump_messages }; in WaitForReply() local
|
| /external/cronet/ipc/ |
| D | ipc_sync_message_filter.cc | 89 const bool* stop_flags[] = {&done, &shutdown}; in Send() local
|
| D | ipc_sync_channel.cc | 575 const bool* stop_flags[] = {&dispatch, &send_done}; in WaitForReply() local
|
| /external/libchrome/mojo/public/cpp/bindings/ |
| D | thread_safe_interface_ptr.h | 155 const bool* stop_flags[] = {&event_signaled}; in AcceptWithResponder() local
|