Home
last modified time | relevance | path

Searched defs:do_restart (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/lang/erlang-runtime23/corba-5.0.2/lib/cosTransactions/src/
H A DCosTransactions_Terminator_impl.erl289 do_restart(State, eof, init) -> function
296 do_restart(State, {error, Reason}, _) -> function
300 do_restart(State, eof, Phase) -> function
345 do_restart(State, {done, _Cursor}, _Phase) -> function
349 do_restart(State, {rolled_back, Cursor}, _Phase) -> function
352 do_restart(State, {committed, Cursor}, _Phase) -> function
355 do_restart(State, {{heuristic, SavedState, Exc}, Cursor}, _Phase) -> function
359 do_restart(State, {{init_commit, SavedState}, Cursor}, _) -> function
/dports/lang/erlang-runtime24/corba-5.0.2/lib/cosTransactions/src/
H A DCosTransactions_Terminator_impl.erl289 do_restart(State, eof, init) -> function
296 do_restart(State, {error, Reason}, _) -> function
300 do_restart(State, eof, Phase) -> function
345 do_restart(State, {done, _Cursor}, _Phase) -> function
349 do_restart(State, {rolled_back, Cursor}, _Phase) -> function
352 do_restart(State, {committed, Cursor}, _Phase) -> function
355 do_restart(State, {{heuristic, SavedState, Exc}, Cursor}, _Phase) -> function
359 do_restart(State, {{init_commit, SavedState}, Cursor}, _) -> function
/dports/lang/erlang-runtime22/corba-4.5.2/lib/cosTransactions/src/
H A DCosTransactions_Terminator_impl.erl289 do_restart(State, eof, init) -> function
296 do_restart(State, {error, Reason}, _) -> function
300 do_restart(State, eof, Phase) -> function
345 do_restart(State, {done, _Cursor}, _Phase) -> function
349 do_restart(State, {rolled_back, Cursor}, _Phase) -> function
352 do_restart(State, {committed, Cursor}, _Phase) -> function
355 do_restart(State, {{heuristic, SavedState, Exc}, Cursor}, _Phase) -> function
359 do_restart(State, {{init_commit, SavedState}, Cursor}, _) -> function
/dports/lang/erlang/corba-5.0.2/lib/cosTransactions/src/
H A DCosTransactions_Terminator_impl.erl289 do_restart(State, eof, init) -> function
296 do_restart(State, {error, Reason}, _) -> function
300 do_restart(State, eof, Phase) -> function
345 do_restart(State, {done, _Cursor}, _Phase) -> function
349 do_restart(State, {rolled_back, Cursor}, _Phase) -> function
352 do_restart(State, {committed, Cursor}, _Phase) -> function
355 do_restart(State, {{heuristic, SavedState, Exc}, Cursor}, _Phase) -> function
359 do_restart(State, {{init_commit, SavedState}, Cursor}, _) -> function
/dports/lang/erlang-runtime21/corba-4.5.2/lib/cosTransactions/src/
H A DCosTransactions_Terminator_impl.erl289 do_restart(State, eof, init) -> function
296 do_restart(State, {error, Reason}, _) -> function
300 do_restart(State, eof, Phase) -> function
345 do_restart(State, {done, _Cursor}, _Phase) -> function
349 do_restart(State, {rolled_back, Cursor}, _Phase) -> function
352 do_restart(State, {committed, Cursor}, _Phase) -> function
355 do_restart(State, {{heuristic, SavedState, Exc}, Cursor}, _Phase) -> function
359 do_restart(State, {{init_commit, SavedState}, Cursor}, _) -> function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit_common/src/
H A Dsupervisor2.erl776 do_restart(Reason, Child=#child{restart_type=permanent}, State) -> % is_permanent function
779 do_restart(Reason, Child=#child{restart_type={permanent,_Delay}}, State) -> % is_permanent_delay function
782 do_restart(Reason, Child=#child{restart_type=transient}, State) -> % is_transient function
787 do_restart(Reason, Child=#child{restart_type={transient,_Delay}}, State) -> % is_transient_delay function
792 do_restart(Reason, Child=#child{restart_type=intrinsic}, State) -> % is_intrinsic function
797 do_restart(Reason, Child=#child{restart_type={intrinsic,_Delay}}, State) -> % is_intrinsic_delay function
802 do_restart(normal, Child, State) -> function
805 do_restart(shutdown, Child, State) -> function
808 do_restart({shutdown, _Term}, Child, State) -> function
811 do_restart(Reason, Child, State) when ?is_temporary(Child) -> function
/dports/devel/erlang-gproc/gproc-0.8.0/patches/stdlib/
H A Dsupervisor.erl499 do_restart(permanent, Reason, Child, State) -> function
502 do_restart(_, normal, Child, State) -> function
505 do_restart(_, shutdown, Child, State) -> function
508 do_restart(transient, Reason, Child, State) -> function
511 do_restart(temporary, Reason, Child, State) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dsupervisor.erl700 do_restart(Reason, Child, State) when ?is_permanent(Child) -> function
703 do_restart(normal, Child, State) -> function
706 do_restart(shutdown, Child, State) -> function
709 do_restart({shutdown, _Term}, Child, State) -> function
712 do_restart(Reason, Child, State) when ?is_transient(Child) -> function
715 do_restart(Reason, Child, State) when ?is_temporary(Child) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dsupervisor.erl700 do_restart(Reason, Child, State) when ?is_permanent(Child) -> function
703 do_restart(normal, Child, State) -> function
706 do_restart(shutdown, Child, State) -> function
709 do_restart({shutdown, _Term}, Child, State) -> function
712 do_restart(Reason, Child, State) when ?is_transient(Child) -> function
715 do_restart(Reason, Child, State) when ?is_temporary(Child) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dsupervisor.erl706 do_restart(Reason, Child, State) when ?is_permanent(Child) -> function
709 do_restart(normal, Child, State) -> function
712 do_restart(shutdown, Child, State) -> function
715 do_restart({shutdown, _Term}, Child, State) -> function
718 do_restart(Reason, Child, State) when ?is_transient(Child) -> function
721 do_restart(Reason, Child, State) when ?is_temporary(Child) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dsupervisor.erl735 do_restart(Reason, Child, State) when ?is_permanent(Child) -> function
738 do_restart(normal, Child, State) -> function
741 do_restart(shutdown, Child, State) -> function
744 do_restart({shutdown, _Term}, Child, State) -> function
747 do_restart(Reason, Child, State) when ?is_transient(Child) -> function
750 do_restart(Reason, Child, State) when ?is_temporary(Child) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dsupervisor.erl735 do_restart(Reason, Child, State) when ?is_permanent(Child) -> function
738 do_restart(normal, Child, State) -> function
741 do_restart(shutdown, Child, State) -> function
744 do_restart({shutdown, _Term}, Child, State) -> function
747 do_restart(Reason, Child, State) when ?is_transient(Child) -> function
750 do_restart(Reason, Child, State) when ?is_temporary(Child) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dsupervisor.erl735 do_restart(Reason, Child, State) when ?is_permanent(Child) -> function
738 do_restart(normal, Child, State) -> function
741 do_restart(shutdown, Child, State) -> function
744 do_restart({shutdown, _Term}, Child, State) -> function
747 do_restart(Reason, Child, State) when ?is_transient(Child) -> function
750 do_restart(Reason, Child, State) when ?is_temporary(Child) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dsupervisor.erl735 do_restart(Reason, Child, State) when ?is_permanent(Child) -> function
738 do_restart(normal, Child, State) -> function
741 do_restart(shutdown, Child, State) -> function
744 do_restart({shutdown, _Term}, Child, State) -> function
747 do_restart(Reason, Child, State) when ?is_transient(Child) -> function
750 do_restart(Reason, Child, State) when ?is_temporary(Child) -> function
/dports/x11-wm/larswm/larswm-7.5.3/
H A Dlarsremote.c53 int i, do_exit, do_restart, do_message; in main() local
/dports/net/openmpi/openmpi-4.1.1/opal/mca/crs/self/
H A Dcrs_self.h52 bool do_restart; /** Start by calling user restart routine in opal_init? */ member
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/crs/self/
H A Dcrs_self.h52 bool do_restart; /** Start by calling user restart routine in opal_init? */ member
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/fm/progs/
H A Dformat_server.c85 int do_restart = 0; local
/dports/net-mgmt/resource-agents/resource-agents-4.9.0/rgmanager/src/resources/utils/
H A Dfs-lib.sh.in1172 do_restart() { function
/dports/math/spectra/spectra-1.0.0/include/Spectra/
H A DJDSymEigsBase.h144 bool do_restart = (m_search_space.size() > m_max_search_space_size); variable
/dports/security/gnupg1/gnupg-1.4.23/cipher/
H A Drndegd.c161 int do_restart = 0; in rndegd_gather_random() local
/dports/devel/p5-Daemon-Control/Daemon-Control-0.001010/lib/Daemon/
H A DControl.pm565 sub do_restart { subroutine
/dports/www/moinmoin/moin-1.9.11/MoinMoin/util/
H A Ddaemon.py124 def do_restart(self): member in Daemon
/dports/security/libgcrypt/libgcrypt-1.9.4/random/
H A Drndegd.c222 int do_restart = 0; in _gcry_rndegd_gather_random() local
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/random/
H A Drndegd.c222 int do_restart = 0; in _gcry_rndegd_gather_random() local

1234567