Home
last modified time | relevance | path

Searched refs:abort_on_exception (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/mpi/
Denvironment.hpp101 explicit environment(bool abort_on_exception = true);
117 explicit environment(threading::level mt_level, bool abort_on_exception = true);
134 environment(int& argc, char** &argv, bool abort_on_exception = true);
153 bool abort_on_exception = true);
279 bool abort_on_exception; member in boost::mpi::environment
/third_party/boost/libs/mpi/src/
Denvironment.cpp68 abort_on_exception(abrt) in environment()
84 abort_on_exception(abrt) in environment()
104 abort_on_exception(abrt) in environment()
121 abort_on_exception(abrt) in environment()
141 if (boost::core::uncaught_exceptions() > 0 && abort_on_exception) { in ~environment()
/third_party/boost/libs/mpi/src/python/
Dpy_environment.cpp37 bool mpi_init(list python_argv, bool abort_on_exception) in mpi_init() argument
45 env = new environment(abort_on_exception); in mpi_init()
60 env = new environment(mpi_argc, mpi_argv, abort_on_exception); in mpi_init()
/third_party/grpc/src/ruby/end2end/
Dmultiple_killed_watching_threads_test.rb19 Thread.abort_on_exception = true
Dmultiple_killed_watching_threads_driver.rb19 Thread.abort_on_exception = true
/third_party/grpc/src/ruby/spec/
Dspec_helper.rb61 Thread.abort_on_exception = true
/third_party/grpc/src/ruby/qps/
Dserver.rb60 t.abort_on_exception
Dworker.rb110 Thread.abort_on_exception = true
Dproxy-worker.rb167 Thread.abort_on_exception = true
/third_party/grpc/src/ruby/spec/generic/
Drpc_server_pool_spec.rb17 Thread.abort_on_exception = true
Dclient_stub_spec.rb17 Thread.abort_on_exception = true
24 t.abort_on_exception = true
95 Thread.abort_on_exception = true
360 Thread.abort_on_exception = true
816 expect(Thread.abort_on_exception).to be(true)
/third_party/grpc/src/ruby/spec/pb/health/
Dchecker_spec.rb206 Thread.abort_on_exception = true