HomeSort by relevance Sort by last modified time
    Searched full:p_catch_system_errors (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
execution_monitor.hpp 147 : p_catch_system_errors( true )
156 // The p_catch_system_errors parameter specifies whether the monitor should
159 unit_test::readwrite_property<bool> p_catch_system_errors; member in class:boost::execution_monitor
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
unit_test_monitor.ipp 63 p_catch_system_errors.value = runtime_config::catch_sys_errors();
execution_monitor.ipp 871 p_catch_system_errors.value = false;
881 signal_handler local_signal_handler( p_catch_system_errors, p_timeout, p_auto_start_dbg,
943 if( !m_em->p_catch_system_errors || (id == MSFT_CPP_EXCEPT) )
947 m_em->p_catch_system_errors.value = false;
    [all...]

Completed in 74 milliseconds