Home
last modified time | relevance | path

Searched refs:Mref (Results 26 – 50 of 321) sorted by relevance

12345678910>>...13

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/test/receive_SUITE_data/ref_opt/
H A Dyes_5.erl15 Mref ->
16 catch erlang:send(Process, {Label, {self(), Mref}, Request},
19 {Mref, Reply} ->
20 erlang:demonitor(Mref, [flush]),
22 {'DOWN', Mref, _, _, noconnection} ->
24 {'DOWN', Mref, _, _, Reason} ->
27 erlang:demonitor(Mref, [flush]),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_debugged.erl35 Mref = erlang:monitor(process, Meta),
36 msg_loop(Meta, Mref).
42 msg_loop(Meta, Mref) ->
47 erlang:demonitor(Mref, [flush]),
57 erlang:demonitor(Mref, [flush]),
70 msg_loop(Meta, Mref);
76 msg_loop(Meta, Mref);
80 {'DOWN', Mref, _, _, Reason} ->
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/debugger/src/
H A Ddbg_debugged.erl35 Mref = erlang:monitor(process, Meta),
36 msg_loop(Meta, Mref).
42 msg_loop(Meta, Mref) ->
47 erlang:demonitor(Mref, [flush]),
57 erlang:demonitor(Mref, [flush]),
70 msg_loop(Meta, Mref);
76 msg_loop(Meta, Mref);
80 {'DOWN', Mref, _, _, Reason} ->
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/debugger/src/
H A Ddbg_debugged.erl35 Mref = erlang:monitor(process, Meta),
36 msg_loop(Meta, Mref).
42 msg_loop(Meta, Mref) ->
47 erlang:demonitor(Mref, [flush]),
57 erlang:demonitor(Mref, [flush]),
70 msg_loop(Meta, Mref);
76 msg_loop(Meta, Mref);
80 {'DOWN', Mref, _, _, Reason} ->
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_debugged.erl35 Mref = erlang:monitor(process, Meta),
36 msg_loop(Meta, Mref).
42 msg_loop(Meta, Mref) ->
47 erlang:demonitor(Mref, [flush]),
57 erlang:demonitor(Mref, [flush]),
70 msg_loop(Meta, Mref);
76 msg_loop(Meta, Mref);
80 {'DOWN', Mref, _, _, Reason} ->
/dports/lang/erlang/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_debugged.erl35 Mref = erlang:monitor(process, Meta),
36 msg_loop(Meta, Mref).
42 msg_loop(Meta, Mref) ->
47 erlang:demonitor(Mref, [flush]),
57 erlang:demonitor(Mref, [flush]),
70 msg_loop(Meta, Mref);
76 msg_loop(Meta, Mref);
80 {'DOWN', Mref, _, _, Reason} ->
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/debugger/src/
H A Ddbg_debugged.erl35 Mref = erlang:monitor(process, Meta),
36 msg_loop(Meta, Mref).
42 msg_loop(Meta, Mref) ->
47 erlang:demonitor(Mref, [flush]),
57 erlang:demonitor(Mref, [flush]),
70 msg_loop(Meta, Mref);
76 msg_loop(Meta, Mref);
80 {'DOWN', Mref, _, _, Reason} ->
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_debugged.erl35 Mref = erlang:monitor(process, Meta),
36 msg_loop(Meta, Mref).
42 msg_loop(Meta, Mref) ->
47 erlang:demonitor(Mref, [flush]),
57 erlang:demonitor(Mref, [flush]),
70 msg_loop(Meta, Mref);
76 msg_loop(Meta, Mref);
80 {'DOWN', Mref, _, _, Reason} ->
/dports/math/gambit/gambit-16.0.1/src/tools/enumpoly/
H A Dpelgmatr.cc38 #define Mref(V,i,j) Mref1((V),i,j) macro
88 *Mref(V, i, j)=0; in Gmatrix_new()
100 free_Gen_list(*Mref(V, i, j)); in Gmatrix_free()
163 print_Gen_list(*Mref(M, i, j)); in Gmatrix_print()
194 *Mref(R, i, j)=op(Link( in Gmatrix_Dop()
210 *Mref(R, i, j)=op(Link( in Gmatrix_Sop()
231 *Mref(R,i,j)=copy_Gen_list(Aidentity); in Gmatrix_Mop()
233 *Mref(R,i,j)= in Gmatrix_Mop()
235 Link(*Mref(R,i,j), in Gmatrix_Mop()
267 *Mref(N,i,j)=copy_Gen_list(*Mref(M,i,j)); in Gmatrix_copy()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dgen.erl202 Mref = erlang:monitor(process, Process),
211 {Mref, Reply} ->
212 erlang:demonitor(Mref, [flush]),
217 {'DOWN', Mref, _, _, Reason} ->
244 Mref = erlang:make_ref(),
246 Mref
252 Mref.
260 wait_response(Mref, Timeout)
261 when is_reference(Mref) ->
274 check_response(Msg, Mref)
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/
H A Dreceive_SUITE.erl85 Mref = erlang:monitor(process, Pid),
86 Pid ! {Mref,{self(),Msg}},
88 {Mref, Reply} ->
89 erlang:demonitor(Mref, [flush]),
91 {'DOWN', Mref, _, _, Reason} ->
102 Mref = erlang:monitor(process, Pid),
103 Pid ! {Mref,{self(),Msg}},
106 {Mref,Reply} ->
107 erlang:demonitor(Mref, [flush]),
109 {'DOWN',Mref,_,_,Reason} ->
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/stdlib_bench_SUITE_data/
H A Dsimple_server_mon.erl19 {reply, P, Mref, M} ->
20 P ! {ok, Mref, M},
27 Mref = erlang:monitor(process, P),
28 P ! {reply, self(), Mref, M},
30 {ok, Mref, M} ->
31 erlang:demonitor(Mref, [flush]),
H A Dsimple_server_timer_mon.erl19 {reply, P, Mref, M} ->
20 P ! {ok, Mref, M},
27 Mref = erlang:monitor(process, P),
28 P ! {reply, self(), Mref, M},
30 {ok, Mref, M} ->
31 erlang:demonitor(Mref, [flush]),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/stdlib_bench_SUITE_data/
H A Dsimple_server_mon.erl19 {reply, P, Mref, M} ->
20 P ! {ok, Mref, M},
27 Mref = erlang:monitor(process, P),
28 P ! {reply, self(), Mref, M},
30 {ok, Mref, M} ->
31 erlang:demonitor(Mref, [flush]),
H A Dsimple_server_timer_mon.erl19 {reply, P, Mref, M} ->
20 P ! {ok, Mref, M},
27 Mref = erlang:monitor(process, P),
28 P ! {reply, self(), Mref, M},
30 {ok, Mref, M} ->
31 erlang:demonitor(Mref, [flush]),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/stdlib_bench_SUITE_data/
H A Dsimple_server_mon.erl19 {reply, P, Mref, M} ->
20 P ! {ok, Mref, M},
27 Mref = erlang:monitor(process, P),
28 P ! {reply, self(), Mref, M},
30 {ok, Mref, M} ->
31 erlang:demonitor(Mref, [flush]),
H A Dsimple_server_timer_mon.erl19 {reply, P, Mref, M} ->
20 P ! {ok, Mref, M},
27 Mref = erlang:monitor(process, P),
28 P ! {reply, self(), Mref, M},
30 {ok, Mref, M} ->
31 erlang:demonitor(Mref, [flush]),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/stdlib_bench_SUITE_data/
H A Dsimple_server_mon.erl19 {reply, P, Mref, M} ->
20 P ! {ok, Mref, M},
27 Mref = erlang:monitor(process, P),
28 P ! {reply, self(), Mref, M},
30 {ok, Mref, M} ->
31 erlang:demonitor(Mref, [flush]),
H A Dsimple_server_timer_mon.erl19 {reply, P, Mref, M} ->
20 P ! {ok, Mref, M},
27 Mref = erlang:monitor(process, P),
28 P ! {reply, self(), Mref, M},
30 {ok, Mref, M} ->
31 erlang:demonitor(Mref, [flush]),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/stdlib_bench_SUITE_data/
H A Dsimple_server_mon.erl19 {reply, P, Mref, M} ->
20 P ! {ok, Mref, M},
27 Mref = erlang:monitor(process, P),
28 P ! {reply, self(), Mref, M},
30 {ok, Mref, M} ->
31 erlang:demonitor(Mref, [flush]),
H A Dsimple_server_timer_mon.erl19 {reply, P, Mref, M} ->
20 P ! {ok, Mref, M},
27 Mref = erlang:monitor(process, P),
28 P ! {reply, self(), Mref, M},
30 {ok, Mref, M} ->
31 erlang:demonitor(Mref, [flush]),
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/stdlib_bench_SUITE_data/
H A Dsimple_server_mon.erl19 {reply, P, Mref, M} ->
20 P ! {ok, Mref, M},
27 Mref = erlang:monitor(process, P),
28 P ! {reply, self(), Mref, M},
30 {ok, Mref, M} ->
31 erlang:demonitor(Mref, [flush]),
H A Dsimple_server_timer_mon.erl19 {reply, P, Mref, M} ->
20 P ! {ok, Mref, M},
27 Mref = erlang:monitor(process, P),
28 P ! {reply, self(), Mref, M},
30 {ok, Mref, M} ->
31 erlang:demonitor(Mref, [flush]),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/stdlib_bench_SUITE_data/
H A Dsimple_server_mon.erl19 {reply, P, Mref, M} ->
20 P ! {ok, Mref, M},
27 Mref = erlang:monitor(process, P),
28 P ! {reply, self(), Mref, M},
30 {ok, Mref, M} ->
31 erlang:demonitor(Mref, [flush]),
H A Dsimple_server_timer_mon.erl19 {reply, P, Mref, M} ->
20 P ! {ok, Mref, M},
27 Mref = erlang:monitor(process, P),
28 P ! {reply, self(), Mref, M},
30 {ok, Mref, M} ->
31 erlang:demonitor(Mref, [flush]),

12345678910>>...13