Home
last modified time | relevance | path

Searched refs:maybe_stop (Results 1 – 15 of 15) sorted by relevance

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/fabric/src/
H A Dfabric_db_delete.erl61 maybe_stop(W, New);
64 maybe_stop(W, fabric_dict:erase(Worker, Counters));
71 maybe_stop(W, fabric_dict:store(Worker, Msg, Counters)).
73 maybe_stop(W, Counters) -> function
H A Dfabric_db_create.erl138 maybe_stop(W, New);
141 maybe_stop(W, fabric_dict:erase(Worker, Counters));
148 maybe_stop(W, fabric_dict:store(Worker, Msg, Counters)).
150 maybe_stop(W, Counters) -> function
H A Dfabric_doc_purge.erl94 maybe_stop(Acc#acc{worker_uuids = Rest, resps = NewResps});
103 maybe_stop(Acc#acc{worker_uuids = Rest, resps = NewResps});
112 maybe_stop(Acc#acc{worker_uuids = Rest, resps = NewResps});
158 maybe_stop(#acc{worker_uuids = []} = Acc) -> function
160 maybe_stop(#acc{resps = Resps, uuid_counts = Counts, w = W} = Acc) -> function
H A Dfabric_view_changes.erl249 maybe_stop(State#collector{offset = O1});
259 maybe_stop(State#collector{offset = O1});
272 maybe_stop(State#collector{counters = S1, offset = O1});
352 maybe_stop(#collector{offset = Offset} = State) -> function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_federation/src/
H A Drabbit_federation_exchange.erl43 maybe_stop(X).
46 maybe_stop(OldX),
100 maybe_stop(X = #exchange{name = XName}) -> function
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession_process.cc527 if (maybe_stop (stop_limit)) { in process_with_events()
585 maybe_stop (stop_limit); in process_with_events()
672 if (maybe_stop (stop_limit)) { in process_without_events()
700 maybe_stop (stop_limit); in process_without_events()
H A Dsession_transport.cc640 Session::maybe_stop (samplepos_t limit) in maybe_stop() function in Session
/dports/devel/make++/makepp-2.0/Mpp/
H A DSubs.pm737 &Mpp::maybe_stop;
821 &Mpp::maybe_stop;
961 &Mpp::maybe_stop;
1735 &Mpp::maybe_stop;
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Dgm.erl1533 {NewResult, NewState} = maybe_stop(Result, State),
1545 maybe_stop({stop, Reason}, #state{ shutting_down = false } = State) -> function
1551 maybe_stop(Result, #state{ shutting_down = false } = State) -> function
1553 maybe_stop(Result, #state{ shutting_down = {true, Reason} } = State) -> function
/dports/devel/make++/makepp-2.0/
H A Dmakepp917 sub maybe_stop {
1229 &maybe_stop;
H A DChangeLog3270 (maybe_stop): Use flush_log;
3553 * makepp (maybe_stop): Flush all output before stopping.
3978 * makepp (maybe_stop): New function.
3988 (s_prebuild): Call ::maybe_stop.
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/py/Boinc/
H A Dsetup_project.py685 def maybe_stop(self): member in Project
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/python/
H A Droutines.cc222 absl::optional<Scalar> maybe_stop, in InitChainerxCreation()
231 if (maybe_stop.has_value()) { in InitChainerxCreation()
233 stop = maybe_stop.value(); in InitChainerxCreation()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/test/
H A Dtestbase.py220 i.maybe_stop()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dsession.h1521 bool maybe_stop (samplepos_t limit);