aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_proc_sig_queue.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-05-15 21:04:25 +0200
committerSverker Eriksson <[email protected]>2018-05-15 21:04:25 +0200
commita5a8672522b585e093cf2017827004171c72b295 (patch)
treebbd8721564395b43c43ae0992f8558effa6bcc79 /erts/emulator/beam/erl_proc_sig_queue.h
parent0c737f730eccd5716b6d87b0ef690fc7ad02d547 (diff)
downloadotp-a5a8672522b585e093cf2017827004171c72b295.tar.gz
otp-a5a8672522b585e093cf2017827004171c72b295.tar.bz2
otp-a5a8672522b585e093cf2017827004171c72b295.zip
erts: Refactor new erts_make_dirty_proc_handled
from ensure_dirty_proc_handled as an outline function callable from inline functions.
Diffstat (limited to 'erts/emulator/beam/erl_proc_sig_queue.h')
-rw-r--r--erts/emulator/beam/erl_proc_sig_queue.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_proc_sig_queue.h b/erts/emulator/beam/erl_proc_sig_queue.h
index 8b7cd35f61..3ea6418283 100644
--- a/erts/emulator/beam/erl_proc_sig_queue.h
+++ b/erts/emulator/beam/erl_proc_sig_queue.h
@@ -744,6 +744,9 @@ erts_enqueue_signals(Process *rp, ErtsMessage *first,
void
erts_proc_sig_send_pending(ErtsSchedulerData* esdp);
+void erts_make_dirty_proc_handled(Eterm pid, erts_aint32_t state,
+ erts_aint32_t prio);
+
typedef struct {
Uint size;