Searched refs:DeadPid (Results 1 – 11 of 11) sorted by relevance
/dports/editors/jove/jove/ |
H A D | iproc.h | 65 extern pid_t DeadPid; /* info about ChildPid, if reaped by kill_off */
|
H A D | proc.c | 582 while (DeadPid != ChildPid) { 596 DeadPid = 0;
|
H A D | iproc.c | 1641 pid_t DeadPid; /* info about ChildPid, if reaped by kill_off */ variable 1658 DeadPid = pid;
|
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/ |
H A D | rabbit_mirror_queue_master.erl | 526 fun (DeadPid) -> 530 ok = gm:broadcast(GM, {sender_death, DeadPid}), 531 KS1 = sets:del_element(DeadPid, KS),
|
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/ |
H A D | nif_SUITE.erl | 1797 {DeadPid, DeadMon} = spawn_monitor(fun() -> void end), 1798 {'DOWN', DeadMon, process, DeadPid, normal} = receive_any(), 1799 {ok,0} = send_list_seq(7, DeadPid),
|
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/ |
H A D | nif_SUITE.erl | 1908 {DeadPid, DeadMon} = spawn_monitor(fun() -> void end), 1909 {'DOWN', DeadMon, process, DeadPid, normal} = receive_any(), 1910 {ok,0} = send_list_seq(7, DeadPid),
|
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/ |
H A D | nif_SUITE.erl | 2064 {DeadPid, DeadMon} = spawn_monitor(fun() -> void end), 2065 {'DOWN', DeadMon, process, DeadPid, normal} = receive_any(), 2066 {ok,0} = send_list_seq(7, DeadPid),
|
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/ |
H A D | nif_SUITE.erl | 2188 {DeadPid, DeadMon} = spawn_monitor(fun() -> void end), 2189 {'DOWN', DeadMon, process, DeadPid, normal} = receive_any(), 2190 {ok,0} = send_list_seq(7, DeadPid),
|
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/ |
H A D | nif_SUITE.erl | 2188 {DeadPid, DeadMon} = spawn_monitor(fun() -> void end), 2189 {'DOWN', DeadMon, process, DeadPid, normal} = receive_any(), 2190 {ok,0} = send_list_seq(7, DeadPid),
|
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/ |
H A D | nif_SUITE.erl | 2188 {DeadPid, DeadMon} = spawn_monitor(fun() -> void end), 2189 {'DOWN', DeadMon, process, DeadPid, normal} = receive_any(), 2190 {ok,0} = send_list_seq(7, DeadPid),
|
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/ |
H A D | nif_SUITE.erl | 2188 {DeadPid, DeadMon} = spawn_monitor(fun() -> void end), 2189 {'DOWN', DeadMon, process, DeadPid, normal} = receive_any(), 2190 {ok,0} = send_list_seq(7, DeadPid),
|