Home
last modified time | relevance | path

Searched refs:handle_cast (Results 1 – 25 of 2023) sorted by relevance

12345678910>>...81

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/tools/test/cover_SUITE_data/d1/
H A De.erl74 handle_cast(Msg, State) when atom(Msg) -> function
76 handle_cast(Msg, State) when binary(Msg) -> function
80 handle_cast(Msg, State) when float(Msg) -> function
82 handle_cast(Msg, State) when function(Msg) -> function
84 handle_cast(Msg, State) when integer(Msg) -> function
86 handle_cast(Msg, State) when list(Msg) -> function
88 handle_cast(Msg, State) when number(Msg) -> function
90 handle_cast(Msg, State) when pid(Msg) -> function
92 handle_cast(Msg, State) when port(Msg) -> function
94 handle_cast(Msg, State) when reference(Msg) -> function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/tools/test/cover_SUITE_data/d1/
H A De.erl74 handle_cast(Msg, State) when atom(Msg) -> function
76 handle_cast(Msg, State) when binary(Msg) -> function
80 handle_cast(Msg, State) when float(Msg) -> function
82 handle_cast(Msg, State) when function(Msg) -> function
84 handle_cast(Msg, State) when integer(Msg) -> function
86 handle_cast(Msg, State) when list(Msg) -> function
88 handle_cast(Msg, State) when number(Msg) -> function
90 handle_cast(Msg, State) when pid(Msg) -> function
92 handle_cast(Msg, State) when port(Msg) -> function
94 handle_cast(Msg, State) when reference(Msg) -> function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/tools/test/cover_SUITE_data/d1/
H A De.erl74 handle_cast(Msg, State) when atom(Msg) -> function
76 handle_cast(Msg, State) when binary(Msg) -> function
80 handle_cast(Msg, State) when float(Msg) -> function
82 handle_cast(Msg, State) when function(Msg) -> function
84 handle_cast(Msg, State) when integer(Msg) -> function
86 handle_cast(Msg, State) when list(Msg) -> function
88 handle_cast(Msg, State) when number(Msg) -> function
90 handle_cast(Msg, State) when pid(Msg) -> function
92 handle_cast(Msg, State) when port(Msg) -> function
94 handle_cast(Msg, State) when reference(Msg) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/tools/test/cover_SUITE_data/d1/
H A De.erl74 handle_cast(Msg, State) when atom(Msg) -> function
76 handle_cast(Msg, State) when binary(Msg) -> function
80 handle_cast(Msg, State) when float(Msg) -> function
82 handle_cast(Msg, State) when function(Msg) -> function
84 handle_cast(Msg, State) when integer(Msg) -> function
86 handle_cast(Msg, State) when list(Msg) -> function
88 handle_cast(Msg, State) when number(Msg) -> function
90 handle_cast(Msg, State) when pid(Msg) -> function
92 handle_cast(Msg, State) when port(Msg) -> function
94 handle_cast(Msg, State) when reference(Msg) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/tools/test/cover_SUITE_data/d1/
H A De.erl74 handle_cast(Msg, State) when atom(Msg) -> function
76 handle_cast(Msg, State) when binary(Msg) -> function
80 handle_cast(Msg, State) when float(Msg) -> function
82 handle_cast(Msg, State) when function(Msg) -> function
84 handle_cast(Msg, State) when integer(Msg) -> function
86 handle_cast(Msg, State) when list(Msg) -> function
88 handle_cast(Msg, State) when number(Msg) -> function
90 handle_cast(Msg, State) when pid(Msg) -> function
92 handle_cast(Msg, State) when port(Msg) -> function
94 handle_cast(Msg, State) when reference(Msg) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/tools/test/cover_SUITE_data/d1/
H A De.erl74 handle_cast(Msg, State) when atom(Msg) -> function
76 handle_cast(Msg, State) when binary(Msg) -> function
80 handle_cast(Msg, State) when float(Msg) -> function
82 handle_cast(Msg, State) when function(Msg) -> function
84 handle_cast(Msg, State) when integer(Msg) -> function
86 handle_cast(Msg, State) when list(Msg) -> function
88 handle_cast(Msg, State) when number(Msg) -> function
90 handle_cast(Msg, State) when pid(Msg) -> function
92 handle_cast(Msg, State) when port(Msg) -> function
94 handle_cast(Msg, State) when reference(Msg) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/tools/test/cover_SUITE_data/d1/
H A De.erl74 handle_cast(Msg, State) when atom(Msg) -> function
76 handle_cast(Msg, State) when binary(Msg) -> function
80 handle_cast(Msg, State) when float(Msg) -> function
82 handle_cast(Msg, State) when function(Msg) -> function
84 handle_cast(Msg, State) when integer(Msg) -> function
86 handle_cast(Msg, State) when list(Msg) -> function
88 handle_cast(Msg, State) when number(Msg) -> function
90 handle_cast(Msg, State) when pid(Msg) -> function
92 handle_cast(Msg, State) when port(Msg) -> function
94 handle_cast(Msg, State) when reference(Msg) -> function
[all …]
/dports/benchmarks/tsung/tsung-1.7.0/src/tsung_recorder/
H A Dts_proxy_recorder.erl48 -export([init/1, handle_call/3, handle_cast/2, handle_info/2, terminate/2, code_change/3]).
147 handle_cast({record, endsession}, State) -> function
151 handle_cast({record, {Request,PluginState}}, State) -> function
152 handle_cast({record, {Request}}, State#state_rec{plugin_state=PluginState});
154 handle_cast({record, {Request}}, State=#state_rec{timestamp=0,plugin=Plugin}) -> % first record function
162 handle_cast({record, {Request}}, State=#state_rec{plugin=Plugin}) -> function
177 handle_cast({record, String}, State) when is_list(String)-> function
182 handle_cast(Msg, State) -> function
/dports/benchmarks/tsung/tsung-1.7.0/src/tsung_controller/
H A Dts_mon.erl50 -export([init/1, handle_call/3, handle_cast/2, handle_info/2, terminate/2,
223 handle_cast({add, _Data}, State=#state{wait_gui=true}) -> function
225 handle_cast({add, Data}, State=#state{stats=Stats}) when is_list(Data) -> function
234 handle_cast({add, Data}, State=#state{stats=Stats}) when is_tuple(Data) -> function
243 handle_cast({newclient, Who, When}, State=#state{stats=Stats}) -> function
284 handle_cast({dumpstats}, State=#state{stats=Stats}) -> function
292 handle_cast({sendmsg, _, _, _}, State = #state{type = none}) -> function
315 handle_cast({rcvmsg, _, _, _}, State = #state{type=none}) -> function
348 handle_cast({launcher_is_alive}, State=#state{launchers=L}) -> function
353 handle_cast({abort}, State) -> % stop now ! function
[all …]
H A Dts_interaction_server.erl39 -export([init/1, handle_call/3, handle_cast/2, handle_info/2,
149 handle_cast({send, StatsName, Date}, State=#state{to=To, notify=Notify}) -> function
160 handle_cast({'receive',StatsName, EndDate}, State=#state{to=To, notify=Notify}) -> function
173 handle_cast({delete, StatsName}, State=#state{to=To}) -> function
177 handle_cast({notify, Action, StatsName, Pid}, State=#state{notify=Notify}) -> function
182 handle_cast(_Msg, State) -> function
H A Dts_match_logger.erl47 -export([init/1, handle_call/3, handle_cast/2, handle_info/2, terminate/2,
130 handle_cast({add, List}, State) when is_list(List)-> function
134 handle_cast({add, Data}, State) when is_tuple(Data)-> function
138 handle_cast({stop}, State) -> function
141 handle_cast(Msg, State) -> function
/dports/lang/erlang-runtime23/corba-5.0.2/lib/orber/test/
H A Dcorba_SUITE.erl509 corba:handle_cast(?MODULE, foo_1w, [],
518 corba:handle_cast(?MODULE, foo_1w, [],
554 corba:handle_cast(?MODULE, foo_1w, [],
558 corba:handle_cast(?MODULE, foo_1w, [],
647 corba:handle_cast(?MODULE, foo_1w, [],
652 corba:handle_cast(?MODULE, foo_1w, [],
657 corba:handle_cast(?MODULE, foo_1w, [],
662 corba:handle_cast(?MODULE, foo_1w, [],
692 corba:handle_cast(?MODULE, foo_1w, [],
697 corba:handle_cast(?MODULE, foo_1w, [],
[all …]
/dports/lang/erlang-runtime24/corba-5.0.2/lib/orber/test/
H A Dcorba_SUITE.erl509 corba:handle_cast(?MODULE, foo_1w, [],
518 corba:handle_cast(?MODULE, foo_1w, [],
554 corba:handle_cast(?MODULE, foo_1w, [],
558 corba:handle_cast(?MODULE, foo_1w, [],
647 corba:handle_cast(?MODULE, foo_1w, [],
652 corba:handle_cast(?MODULE, foo_1w, [],
657 corba:handle_cast(?MODULE, foo_1w, [],
662 corba:handle_cast(?MODULE, foo_1w, [],
692 corba:handle_cast(?MODULE, foo_1w, [],
697 corba:handle_cast(?MODULE, foo_1w, [],
[all …]
/dports/lang/erlang-runtime22/corba-4.5.2/lib/orber/test/
H A Dcorba_SUITE.erl509 corba:handle_cast(?MODULE, foo_1w, [],
518 corba:handle_cast(?MODULE, foo_1w, [],
554 corba:handle_cast(?MODULE, foo_1w, [],
558 corba:handle_cast(?MODULE, foo_1w, [],
647 corba:handle_cast(?MODULE, foo_1w, [],
652 corba:handle_cast(?MODULE, foo_1w, [],
657 corba:handle_cast(?MODULE, foo_1w, [],
662 corba:handle_cast(?MODULE, foo_1w, [],
692 corba:handle_cast(?MODULE, foo_1w, [],
697 corba:handle_cast(?MODULE, foo_1w, [],
[all …]
/dports/lang/erlang/corba-5.0.2/lib/orber/test/
H A Dcorba_SUITE.erl509 corba:handle_cast(?MODULE, foo_1w, [],
518 corba:handle_cast(?MODULE, foo_1w, [],
554 corba:handle_cast(?MODULE, foo_1w, [],
558 corba:handle_cast(?MODULE, foo_1w, [],
647 corba:handle_cast(?MODULE, foo_1w, [],
652 corba:handle_cast(?MODULE, foo_1w, [],
657 corba:handle_cast(?MODULE, foo_1w, [],
662 corba:handle_cast(?MODULE, foo_1w, [],
692 corba:handle_cast(?MODULE, foo_1w, [],
697 corba:handle_cast(?MODULE, foo_1w, [],
[all …]
/dports/lang/erlang-runtime21/corba-4.5.2/lib/orber/test/
H A Dcorba_SUITE.erl509 corba:handle_cast(?MODULE, foo_1w, [],
518 corba:handle_cast(?MODULE, foo_1w, [],
554 corba:handle_cast(?MODULE, foo_1w, [],
558 corba:handle_cast(?MODULE, foo_1w, [],
647 corba:handle_cast(?MODULE, foo_1w, [],
652 corba:handle_cast(?MODULE, foo_1w, [],
657 corba:handle_cast(?MODULE, foo_1w, [],
662 corba:handle_cast(?MODULE, foo_1w, [],
692 corba:handle_cast(?MODULE, foo_1w, [],
697 corba:handle_cast(?MODULE, foo_1w, [],
[all …]
/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws_stats.erl18 -export([init/1, handle_call/3, handle_cast/2, handle_info/2,
113 handle_cast({hit}, Stats) -> function
118 handle_cast({sent, Bytes}, Stats) -> function
123 handle_cast({stop}, Stats) -> function
127 handle_cast(_Msg, State) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/ddoc_cache/src/
H A Dddoc_cache_opener.erl26 handle_cast/2,
49 handle_cast({do_evict, _} = Msg, St) -> function
53 handle_cast({do_evict, DbName, DDocIds}, St) -> function
57 handle_cast(Msg, St) -> function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit_common/src/
H A Dworker_pool.erl51 -export([init/1, handle_call/3, handle_cast/2, handle_info/2,
130 handle_cast({ready, WPid}, State) -> function
132 handle_cast({idle, WPid}, State);
134 handle_cast({idle, WPid}, State = #state { available = Avail, function
149 handle_cast({run_async, Fun}, State = #state { available = [], function
153 handle_cast({run_async, Fun}, State = #state { available = [WPid | Avail1] }) -> function
157 handle_cast(Msg, State) -> function
/dports/devel/erlang-jobs/jobs-0.7.2/examples/
H A Dperformance_logger.erl31 handle_cast/2]).
102 handle_cast({incf, CounterName, Increment}, _State) -> function
106 handle_cast({decf, CounterName, Decrement}, _State) -> function
110 handle_cast({setf, CounterName, NewValue}, _State) -> function
115 handle_cast(ping, State = #state{data_spec = DataSpec}) -> function
122 handle_cast({start_recording, DataSpec}, State) -> function
131 handle_cast(end_recording, State) -> function
136 handle_cast({save_data, FileName}, State = #state{data_spec = DataSpec}) -> function
/dports/devel/erlang-pooler/pooler-1.5.2/src/
H A Dpooler_starter.erl27 handle_cast/2,
100 handle_cast(stop_member, #starter{msg = {_Me, Pid}, pool = #pool{member_sup = MemberSup}} = State) … function
106 handle_cast(accept_member, #starter{msg = Msg, parent = Parent, pool = #pool{name = PoolName}} = St… function
113 handle_cast(stop, State) -> function
117 handle_cast(_Request, State) -> function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_channel_tracking.erl22 handle_cast/1,
59 spawn(?MODULE, handle_cast, [Event]),
63 -spec handle_cast(term()) -> ok.
65 handle_cast({channel_created, Details}) -> function
88 handle_cast({channel_closed, Details}) -> function
95 handle_cast({connection_closed, ConnDetails}) -> function
112 handle_cast({user_deleted, Details}) -> function
118 handle_cast({node_deleted, Details}) -> function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_management_agent/src/
H A Drabbit_mgmt_metrics_gc.erl19 -export([init/1, handle_call/3, handle_cast/2, handle_info/2, terminate/2,
37 handle_cast({event, #event{type = connection_closed, props = Props}}, function
42 handle_cast({event, #event{type = channel_closed, props = Props}}, function
47 handle_cast({event, #event{type = consumer_deleted, props = Props}}, State) -> function
50 handle_cast({event, #event{type = exchange_deleted, props = Props}}, function
55 handle_cast({event, #event{type = queue_deleted, props = Props}}, function
60 handle_cast({event, #event{type = vhost_deleted, props = Props}}, function
65 handle_cast({event, #event{type = node_node_deleted, props = Props}}, State) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/small_SUITE_data/src/
H A Dremote_field2.erl3 -export([handle_cast/2]).
7 -spec handle_cast(_,_) ->
11 handle_cast({send, Message}, #state{tcp_socket = TCPSocket} = State) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/small_SUITE_data/src/
H A Dremote_field2.erl3 -export([handle_cast/2]).
7 -spec handle_cast(_,_) ->
11 handle_cast({send, Message}, #state{tcp_socket = TCPSocket} = State) -> function

12345678910>>...81