Home
last modified time | relevance | path

Searched refs:terminate (Results 151 – 175 of 37240) sorted by relevance

12345678910>>...1490

/dports/security/gnutls/gnutls-3.6.16/tests/
H A Dmini-dtls-heartbeat.c52 static void terminate(void);
145 terminate(); in client()
154 terminate(); in client()
170 terminate(); in client()
205 static void terminate(void) in terminate() function
245 terminate(); in server()
272 terminate(); in server()
292 terminate(); in server()
/dports/devel/boost-libs/boost_1_72_0/libs/process/test/
H A Dgroup.cpp55 BOOST_REQUIRE_NO_THROW(g.terminate());
60 c.terminate();
107 BOOST_REQUIRE_NO_THROW(g.terminate());
124 sub_c.terminate();
127 c.terminate();
171 BOOST_REQUIRE_NO_THROW(g.terminate());
184 sub_c.terminate();
188 c.terminate();
/dports/devel/hyperscan/boost_1_75_0/libs/process/test/
H A Dgroup.cpp55 BOOST_REQUIRE_NO_THROW(g.terminate());
60 c.terminate();
107 BOOST_REQUIRE_NO_THROW(g.terminate());
124 sub_c.terminate();
127 c.terminate();
171 BOOST_REQUIRE_NO_THROW(g.terminate());
184 sub_c.terminate();
188 c.terminate();
/dports/devel/cpp2py/cpp2py-2.0.0/c++/cpp2py/
H A Dmacros.hpp95 …std::terminate(); …
100 …std::terminate(); …
105 …std::terminate(); …
112 …std::terminate(); …
118 …std::terminate(); …
124 …std::terminate(); …
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Dsupervisor_SUITE.erl223 terminate(Pid, shutdown).
419 terminate(Pid, shutdown).
444 terminate(Pid, shutdown).
460 terminate(Pid,shutdown),
479 terminate(Pid, shutdown),
499 terminate(Pid, shutdown),
513 terminate(Pid, shutdown),
533 terminate(Pid, shutdown),
549 terminate(Pid, shutdown),
872 terminate(Pid, shutdown),
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Dsupervisor_SUITE.erl223 terminate(Pid, shutdown).
419 terminate(Pid, shutdown).
444 terminate(Pid, shutdown).
460 terminate(Pid,shutdown),
479 terminate(Pid, shutdown),
499 terminate(Pid, shutdown),
513 terminate(Pid, shutdown),
533 terminate(Pid, shutdown),
549 terminate(Pid, shutdown),
872 terminate(Pid, shutdown),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Dsupervisor_SUITE.erl223 terminate(Pid, shutdown).
419 terminate(Pid, shutdown).
444 terminate(Pid, shutdown).
460 terminate(Pid,shutdown),
479 terminate(Pid, shutdown),
499 terminate(Pid, shutdown),
513 terminate(Pid, shutdown),
533 terminate(Pid, shutdown),
549 terminate(Pid, shutdown),
872 terminate(Pid, shutdown),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/
H A Dsupervisor_SUITE.erl223 terminate(Pid, shutdown).
419 terminate(Pid, shutdown).
444 terminate(Pid, shutdown).
460 terminate(Pid,shutdown),
479 terminate(Pid, shutdown),
499 terminate(Pid, shutdown),
513 terminate(Pid, shutdown),
533 terminate(Pid, shutdown),
549 terminate(Pid, shutdown),
872 terminate(Pid, shutdown),
[all …]
/dports/www/nginx-full/lua-nginx-module-0.10.19/t/
H A D098-uthread-wait.t57 terminate 2: ok
59 terminate 1: ok
105 terminate 2: ok
107 terminate 1: ok
179 terminate 2: ok
180 terminate 3: ok
183 terminate 1: ok
259 terminate 2: ok
261 terminate 3: ok
263 terminate 1: ok
[all …]
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/library/getoptlong/
H A Dterminate_spec.rb17 @opts.terminate
23 @opts.terminate.should == @opts
27 @opts.terminate
28 @opts.terminate.should == nil
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Danalyzer.h127 Result(Action action = Action::None, Terminate terminate = Terminate::None)
128 : action(action), terminate(terminate) in action()
131 Terminate terminate; member
134 if (terminate == Terminate::None) in update()
135 terminate = rhs.terminate; in update()
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Danalyzer.h127 Result(Action action = Action::None, Terminate terminate = Terminate::None)
128 : action(action), terminate(terminate) in action()
131 Terminate terminate; member
134 if (terminate == Terminate::None) in update()
135 terminate = rhs.terminate; in update()
/dports/databases/grass7/grass-7.8.6/gui/wxpython/core/
H A Dgthread.py44 self.terminate = False
112 if self.terminate:
117 if self.terminate:
139 def Terminate(self, terminate=True): argument
141 self.terminate = terminate
160 if self.terminate:
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Druntime-dllstorage.cpp29 __declspec(dllimport) __declspec(noreturn) void terminate();
40 __declspec(dllexport) __declspec(noreturn) void terminate();
47 __declspec(noreturn) void terminate();
51 __declspec(noreturn) void terminate();
105 std::terminate(); in l()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Druntime-dllstorage.cpp29 __declspec(dllimport) __declspec(noreturn) void terminate();
40 __declspec(dllexport) __declspec(noreturn) void terminate();
47 __declspec(noreturn) void terminate();
51 __declspec(noreturn) void terminate();
105 std::terminate(); in l()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Druntime-dllstorage.cpp29 __declspec(dllimport) __declspec(noreturn) void terminate();
40 __declspec(dllexport) __declspec(noreturn) void terminate();
47 __declspec(noreturn) void terminate();
51 __declspec(noreturn) void terminate();
105 std::terminate(); in l()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Druntime-dllstorage.cpp29 __declspec(dllimport) __declspec(noreturn) void terminate();
40 __declspec(dllexport) __declspec(noreturn) void terminate();
47 __declspec(noreturn) void terminate();
51 __declspec(noreturn) void terminate();
105 std::terminate(); in l()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A Druntime-dllstorage.cpp29 __declspec(dllimport) __declspec(noreturn) void terminate();
40 __declspec(dllexport) __declspec(noreturn) void terminate();
47 __declspec(noreturn) void terminate();
51 __declspec(noreturn) void terminate();
105 std::terminate(); in l()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A Druntime-dllstorage.cpp29 __declspec(dllimport) __declspec(noreturn) void terminate();
40 __declspec(dllexport) __declspec(noreturn) void terminate();
47 __declspec(noreturn) void terminate();
51 __declspec(noreturn) void terminate();
105 std::terminate(); in l()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_log/src/
H A Dcouch_log_writer.erl22 terminate/2,
34 -callback terminate(Reason::term(), State::term()) -> ok.
46 -spec terminate(term(), {atom(), term()}) -> ok.
47 terminate(Reason, {Writer, St}) -> function
48 ok = Writer:terminate(Reason, St).
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A Druntime-dllstorage.cpp29 __declspec(dllimport) __declspec(noreturn) void terminate();
40 __declspec(dllexport) __declspec(noreturn) void terminate();
47 __declspec(noreturn) void terminate();
51 __declspec(noreturn) void terminate();
105 std::terminate(); in l()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Druntime-dllstorage.cpp29 __declspec(dllimport) __declspec(noreturn) void terminate();
40 __declspec(dllexport) __declspec(noreturn) void terminate();
47 __declspec(noreturn) void terminate();
51 __declspec(noreturn) void terminate();
105 std::terminate(); in l()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Druntime-dllstorage.cpp29 __declspec(dllimport) __declspec(noreturn) void terminate();
40 __declspec(dllexport) __declspec(noreturn) void terminate();
47 __declspec(noreturn) void terminate();
51 __declspec(noreturn) void terminate();
105 std::terminate(); in l()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Druntime-dllstorage.cpp29 __declspec(dllimport) __declspec(noreturn) void terminate();
40 __declspec(dllexport) __declspec(noreturn) void terminate();
47 __declspec(noreturn) void terminate();
51 __declspec(noreturn) void terminate();
105 std::terminate(); in l()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Druntime-dllstorage.cpp29 __declspec(dllimport) __declspec(noreturn) void terminate();
40 __declspec(dllexport) __declspec(noreturn) void terminate();
47 __declspec(noreturn) void terminate();
51 __declspec(noreturn) void terminate();
105 std::terminate(); in l()

12345678910>>...1490