diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-02-15 18:12:48 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-02-16 15:04:39 +0100 |
commit | 4ea67ffdac2629255b1b0ed4e9423823f62c0947 (patch) | |
tree | 0b47a8b303deec5c535ae6d54b5a277b9f432b84 /erts/emulator/beam/atom.names | |
parent | f5a6e1c353e2a7fb536dcac4523e4f6e3d99039b (diff) | |
download | otp-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/atom.names')
-rw-r--r-- | erts/emulator/beam/atom.names | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/atom.names b/erts/emulator/beam/atom.names index 07f6492948..cb6d294a41 100644 --- a/erts/emulator/beam/atom.names +++ b/erts/emulator/beam/atom.names @@ -269,6 +269,7 @@ atom getenv atom gather_gc_info_result atom gather_io_bytes atom gather_sched_wall_time_result +atom gather_system_check_result atom getting_linked atom getting_unlinked atom global |