diff options
author | Rickard Green <[email protected]> | 2012-04-03 19:53:52 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2012-04-23 11:55:34 +0200 |
commit | 447eecd1af7ba3e3a46098d93b88964c0f71ca41 (patch) | |
tree | 416a19104ec82254c5b913c05c03ec96db94f5d9 /erts/emulator/beam/erl_process.h | |
parent | cfea5eea406ba3af96588ff458e55de9a149d9c5 (diff) | |
download | otp-447eecd1af7ba3e3a46098d93b88964c0f71ca41.tar.gz otp-447eecd1af7ba3e3a46098d93b88964c0f71ca41.tar.bz2 otp-447eecd1af7ba3e3a46098d93b88964c0f71ca41.zip |
Add switch controlling scheduler busy wait
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 cff0783bc4..92ff99db6e 100644 --- a/erts/emulator/beam/erl_process.h +++ b/erts/emulator/beam/erl_process.h @@ -1097,6 +1097,7 @@ void erts_proclist_destroy(ErtsProcList *); int erts_proclist_same(ErtsProcList *, Process *); int erts_sched_set_wakeup_limit(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); |