aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_process.h
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-07-16 16:13:11 +0200
committerRickard Green <[email protected]>2019-07-22 11:20:54 +0200
commite4f300da5371660cc8ccdf977b31925500bc41a0 (patch)
tree838a8a82bad942014290f660d3e99468cfae39b1 /erts/emulator/beam/erl_process.h
parentda6cfb60e3390816d87bf5feee31396e49b2a074 (diff)
downloadotp-e4f300da5371660cc8ccdf977b31925500bc41a0.tar.gz
otp-e4f300da5371660cc8ccdf977b31925500bc41a0.tar.bz2
otp-e4f300da5371660cc8ccdf977b31925500bc41a0.zip
Fix node refc test for free processes hanging around
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r--erts/emulator/beam/erl_process.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h
index cdad72443f..f67f567705 100644
--- a/erts/emulator/beam/erl_process.h
+++ b/erts/emulator/beam/erl_process.h
@@ -701,6 +701,13 @@ void
erts_debug_later_op_foreach(void (*callback)(void*),
void (*func)(void *, ErtsThrPrgrVal, void *),
void *arg);
+void
+erts_debug_free_process_foreach(void (*func)(Process *, void *), void *arg);
+void
+erts_debug_proc_monitor_link_foreach(Process *proc,
+ int (*monitor_func)(ErtsMonitor *, void *, Sint ),
+ int (*link_func)(ErtsLink *, void *, Sint ),
+ void *arg);
#ifdef ERTS_INCLUDE_SCHEDULER_INTERNALS