diff options
author | Patrik Nyblom <[email protected]> | 2013-04-19 17:29:07 +0200 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2013-04-19 17:29:07 +0200 |
commit | 408a4b2009213e40a6d303fce786aa7bc27c9697 (patch) | |
tree | 46b87e0973a58e1a311289e4c6962f65c760d23b /erts/emulator/beam/atom.names | |
parent | 32b32fb6dd9e4c501c434789625e270e437960e3 (diff) | |
download | otp-408a4b2009213e40a6d303fce786aa7bc27c9697.tar.gz otp-408a4b2009213e40a6d303fce786aa7bc27c9697.tar.bz2 otp-408a4b2009213e40a6d303fce786aa7bc27c9697.zip |
Add erlang:system_monitor(Pid,[{long_schedule,Millis}])
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 afcbd732df..62e08cd7e5 100644 --- a/erts/emulator/beam/atom.names +++ b/erts/emulator/beam/atom.names @@ -303,6 +303,7 @@ atom load_cancelled atom load_failure atom local atom long_gc +atom long_schedule atom low atom Lt='<' atom machine |