Searched defs:is_synchronous (Results 1 - 7 of 7) sorted by relevance

/external/lldb/include/lldb/Breakpoint/
H A DStoppointCallbackContext.h52 bool is_synchronous; // Is the callback being executed synchronously with the breakpoint, member in class:lldb_private::StoppointCallbackContext
/external/chromium_org/net/dns/
H A Dmock_host_resolver.h64 void set_synchronous_mode(bool is_synchronous) { argument
65 synchronous_mode_ = is_synchronous;
/external/chromium_org/sync/test/engine/
H A Dmock_model_type_sync_proxy.cc44 void MockModelTypeSyncProxy::SetSynchronousExecution(bool is_synchronous) { argument
45 is_synchronous_ = is_synchronous;
/external/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp213 bool is_synchronous)
217 GetLocationOptions()->SetCallback(callback, BatonSP (new Baton(baton)), is_synchronous);
223 bool is_synchronous)
225 GetLocationOptions()->SetCallback (callback, baton_sp, is_synchronous);
452 context->is_synchronous = true;
212 SetCallback(BreakpointHitCallback callback, void *baton, bool is_synchronous) argument
222 SetCallback(BreakpointHitCallback callback, const BatonSP &baton_sp, bool is_synchronous) argument
H A DWatchpoint.cpp76 Watchpoint::SetCallback (WatchpointHitCallback callback, void *baton, bool is_synchronous) argument
80 m_options.SetCallback(callback, BatonSP (new Baton(baton)), is_synchronous);
88 Watchpoint::SetCallback (WatchpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_synchronous) argument
90 m_options.SetCallback(callback, callback_baton_sp, is_synchronous);
H A DBreakpoint.cpp297 Breakpoint::SetCallback (BreakpointHitCallback callback, void *baton, bool is_synchronous) argument
301 m_options.SetCallback(callback, BatonSP (new Baton(baton)), is_synchronous);
309 Breakpoint::SetCallback (BreakpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_synchronous) argument
311 m_options.SetCallback(callback, callback_baton_sp, is_synchronous);
/external/chromium_org/sync/engine/
H A Dmodel_type_sync_worker_impl_unittest.cc117 void SetModelThreadIsSynchronous(bool is_synchronous);
445 bool is_synchronous) {
446 mock_type_sync_proxy_->SetSynchronousExecution(is_synchronous);
444 SetModelThreadIsSynchronous( bool is_synchronous) argument

Completed in 277 milliseconds