aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_alloc.types
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-02-15 18:12:48 +0100
committerBjörn-Egil Dahlberg <[email protected]>2016-02-16 15:04:39 +0100
commit4ea67ffdac2629255b1b0ed4e9423823f62c0947 (patch)
tree0b47a8b303deec5c535ae6d54b5a277b9f432b84 /erts/emulator/beam/erl_alloc.types
parentf5a6e1c353e2a7fb536dcac4523e4f6e3d99039b (diff)
downloadotp-4ea67ffdac2629255b1b0ed4e9423823f62c0947.tar.gz
otp-4ea67ffdac2629255b1b0ed4e9423823f62c0947.tar.bz2
otp-4ea67ffdac2629255b1b0ed4e9423823f62c0947.zip
erts: Add BIF erts_internal:system_check/1
This commit implements erts_internal:system_check(schedulers) with the intent of a basic responsiveness test check of the schedulers.
Diffstat (limited to 'erts/emulator/beam/erl_alloc.types')
-rw-r--r--erts/emulator/beam/erl_alloc.types2
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_alloc.types b/erts/emulator/beam/erl_alloc.types
index 1ecebdeb07..7738531142 100644
--- a/erts/emulator/beam/erl_alloc.types
+++ b/erts/emulator/beam/erl_alloc.types
@@ -369,6 +369,7 @@ type AINFO_REQ STANDARD_LOW SYSTEM alloc_info_request
type SCHED_WTIME_REQ STANDARD_LOW SYSTEM sched_wall_time_request
type GC_INFO_REQ STANDARD_LOW SYSTEM gc_info_request
type PORT_DATA_HEAP STANDARD_LOW SYSTEM port_data_heap
+type SYS_CHECK_REQ STANDARD_LOW SYSTEM system_check_request
+else # "fullword"
@@ -389,6 +390,7 @@ type AINFO_REQ SHORT_LIVED SYSTEM alloc_info_request
type SCHED_WTIME_REQ SHORT_LIVED SYSTEM sched_wall_time_request
type GC_INFO_REQ SHORT_LIVED SYSTEM gc_info_request
type PORT_DATA_HEAP STANDARD SYSTEM port_data_heap
+type SYS_CHECK_REQ SHORT_LIVED SYSTEM system_check_request
+endif