Home
last modified time | relevance | path

Searched refs:handle_ask (Results 1 – 16 of 16) sorted by relevance

/dports/devel/erlang-sbroker/sbroker-1.0.0/test/
H A Dsregulator_statem2_valve.erl27 -export([handle_ask/4]).
44 handle_ask(Pid, Ref, Time, State) -> function
45 sregulator_statem_valve:handle_ask(Pid, Ref, Time, State).
H A Dsregulator_codel_valve_statem.erl28 -export([handle_ask/2]).
65 handle_ask(Time, State) -> function
66 handle_ask(State#state{now=Time}).
111 handle_ask(#state{opening=true, now=Now, open_next=OpenNext, function
115 handle_ask(#state{opening=false, now=Now, first_above_time=FirstAbove, function
H A Dsregulator_open_valve_statem.erl28 -export([handle_ask/2]).
45 handle_ask(_, State) -> function
H A Dsregulator_statem_valve_statem.erl27 -export([handle_ask/2]).
41 handle_ask(_, State) -> function
H A Dsregulator_relative_valve_statem.erl28 -export([handle_ask/2]).
53 handle_ask(Time, {Target, _}) -> function
H A Dsregulator_valve_statem.erl38 -export([handle_ask/3]).
79 {12, {call, ?MODULE, handle_ask, handle_ask_args(State)}},
96 precondition(State, {call, _, handle_ask, Args}) ->
117 next_state(State, Value, {call, _, handle_ask, Args}) ->
138 postcondition(State, {call, _, handle_ask, Args}, Result) ->
275 handle_ask(Mod, Time, V) -> function
277 Mod:handle_ask(Pid, Ref, Time, V),
278 {go, Open, Status, NV, Timeout} = Mod:handle_ask(Pid, Ref, Time, V),
419 {NStatus2, NManState2} = Manager:handle_ask(Time, NManState),
671 length(L) >= Min -> handle_ask
[all …]
H A Dsregulator_statem_valve.erl27 -export([handle_ask/4]).
51 handle_ask(Pid, Ref, Time, #state{map=Map, open_time=Open} = State) -> function
H A Dsregulator_rate_valve_statem.erl27 -export([handle_ask/2]).
65 handle_ask(Time, State) -> function
/dports/devel/erlang-sbroker/sbroker-1.0.0/src/
H A Dsprotector_server.erl230 handle_ask(Min, Max, Len, DropInt).
232 handle_ask(_, Max, Len, _) when Len > Max, Max =/= -1 -> function
234 handle_ask(Min, _, Len, ?MAX_DROP) when Len > Min -> function
236 handle_ask(Min, _, Len, DropInt) when Len > Min, DropInt > 0 -> function
243 handle_ask(_, _, _, _) -> function
H A Dsregulator_open_valve.erl38 -export([handle_ask/4]).
73 -spec handle_ask(Pid, Ref, Time, State) ->
81 handle_ask(Pid, Ref, _, #state{max=Max, small_time=Small, map=Map} = State) function
H A Dsregulator_relative_valve.erl59 -export([handle_ask/4]).
103 -spec handle_ask(Pid, Ref, Time, State) ->
111 handle_ask(Pid, Ref, _, function
H A Dsregulator_codel_valve.erl84 -export([handle_ask/4]).
133 -spec handle_ask(Pid, Ref, Time, State) ->
141 handle_ask(Pid, Ref, Time, function
H A Dsregulator_rate_valve.erl51 -export([handle_ask/4]).
104 -spec handle_ask(Pid, Ref, Time, State) ->
114 handle_ask(Pid, Ref, Time, function
H A Dsregulator_valve.erl195 -callback handle_ask(Pid :: pid(), Ref :: reference(), Time :: integer(),
H A Dsregulator.erl859 try VMod:handle_ask(Pid, Ref, Send, V) of
1177 try VMod:handle_ask(Pid, Ref, Send, V) of
/dports/graphics/wings/wings-8d019ebe48/plugins_src/autouv/
H A Dwpc_autouv.erl855 handle_ask(Cmd, St) -> function
860 wings:ask(Ask, St, fun handle_ask/2);