diff options
author | Lukas Larsson <[email protected]> | 2017-10-05 12:00:27 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-10-05 12:00:27 +0200 |
commit | 558f152750f87f192deb9492a0c21699eee30020 (patch) | |
tree | 2a2431d5013bde540eb48721f0501cadf365036b /lib | |
parent | f7476ef04d6cad95a54aff3aae734c25a283e3fd (diff) | |
parent | 6543f15a3b6d9c1f71ff30ea682d64d1c8c7a7dc (diff) | |
download | otp-558f152750f87f192deb9492a0c21699eee30020.tar.gz otp-558f152750f87f192deb9492a0c21699eee30020.tar.bz2 otp-558f152750f87f192deb9492a0c21699eee30020.zip |
Merge branch 'lukas/erts/poll-thread/OTP-14346'
* lukas/erts/poll-thread/OTP-14346:
erts: Update +IOt and msacc docs
Diffstat (limited to 'lib')
-rw-r--r-- | lib/runtime_tools/src/msacc.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/runtime_tools/src/msacc.erl b/lib/runtime_tools/src/msacc.erl index 0d9b2690e5..37887cee72 100644 --- a/lib/runtime_tools/src/msacc.erl +++ b/lib/runtime_tools/src/msacc.erl @@ -46,7 +46,8 @@ system := float()}}. --type msacc_type() :: scheduler | aux | async. +-type msacc_type() :: aux | async | dirty_cpu_scheduler + | dirty_io_scheduler | poll | scheduler. -type msacc_id() :: non_neg_integer(). -type msacc_state() :: alloc | aux | bif | busy_wait | check_io | emulator | ets | gc | gc_fullsweep | nif | |