aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_process.h
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2017-02-08 17:57:52 +0100
committerRickard Green <[email protected]>2017-04-18 12:40:02 +0200
commitb50650b4c56de5279395ea195e9e68b077a1d3de (patch)
treed104b7a33c901f82d59f159dec602099e6c57891 /erts/emulator/beam/erl_process.h
parent9e104d8cb7bf78088ed7fb06e1824a299d31c0bc (diff)
downloadotp-b50650b4c56de5279395ea195e9e68b077a1d3de.tar.gz
otp-b50650b4c56de5279395ea195e9e68b077a1d3de.tar.bz2
otp-b50650b4c56de5279395ea195e9e68b077a1d3de.zip
Fix aux-work timer implementation
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r--erts/emulator/beam/erl_process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h
index 883d9f2a4c..f6683b6e7b 100644
--- a/erts/emulator/beam/erl_process.h
+++ b/erts/emulator/beam/erl_process.h
@@ -1830,6 +1830,7 @@ void erts_schedule_multi_misc_aux_work(int ignore_self,
void (*func)(void *),
void *arg);
erts_aint32_t erts_set_aux_work_timeout(int, erts_aint32_t, int);
+void erts_aux_work_timeout_late_init(ErtsSchedulerData *esdp);
void erts_sched_notify_check_cpu_bind(void);
Uint erts_active_schedulers(void);
void erts_init_process(int, int, int);