aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2017-10-02 11:43:57 +0200
committerLukas Larsson <[email protected]>2017-10-02 11:44:47 +0200
commit6543f15a3b6d9c1f71ff30ea682d64d1c8c7a7dc (patch)
tree442d70c3558daf726ebbe64583b8af8d8015aa33 /lib/runtime_tools
parent0c6df1f92be6337efe4d7e3d1964063f9acf770f (diff)
downloadotp-6543f15a3b6d9c1f71ff30ea682d64d1c8c7a7dc.tar.gz
otp-6543f15a3b6d9c1f71ff30ea682d64d1c8c7a7dc.tar.bz2
otp-6543f15a3b6d9c1f71ff30ea682d64d1c8c7a7dc.zip
erts: Update +IOt and msacc docs
Diffstat (limited to 'lib/runtime_tools')
-rw-r--r--lib/runtime_tools/src/msacc.erl3
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 |