diff options
author | Erlang/OTP <[email protected]> | 2012-04-25 13:11:31 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2012-04-25 13:11:31 +0200 |
commit | 269c223d7bdf194cc3ea25d792328d8b502d4655 (patch) | |
tree | 699f7cc5dd337eee5d07b7689f8cff29c90b748d /erts/emulator/beam/erl_process.h | |
parent | 8629cdc77a00384ae4197e7f135285c8efa2c9f3 (diff) | |
parent | 447eecd1af7ba3e3a46098d93b88964c0f71ca41 (diff) | |
download | otp-269c223d7bdf194cc3ea25d792328d8b502d4655.tar.gz otp-269c223d7bdf194cc3ea25d792328d8b502d4655.tar.bz2 otp-269c223d7bdf194cc3ea25d792328d8b502d4655.zip |
Merge branch 'rickard/sched-busy-wait/OTP-10044' into maint-r15
* rickard/sched-busy-wait/OTP-10044:
Add switch controlling scheduler busy wait
Conflicts:
erts/emulator/beam/erl_process.c
erts/emulator/beam/erl_process.h
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r-- | erts/emulator/beam/erl_process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h index ec2ba0f924..2683b8540d 100644 --- a/erts/emulator/beam/erl_process.h +++ b/erts/emulator/beam/erl_process.h @@ -1098,6 +1098,7 @@ int erts_proclist_same(ErtsProcList *, Process *); int erts_sched_set_wakeup_other_thresold(char *str); int erts_sched_set_wakeup_other_type(char *str); +int erts_sched_set_busy_wait_threshold(char *str); #if defined(ERTS_SMP) && defined(ERTS_ENABLE_LOCK_CHECK) int erts_dbg_check_halloc_lock(Process *p); |