diff options
author | Micael Karlberg <[email protected]> | 2019-01-25 11:36:33 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2019-01-25 14:05:56 +0100 |
commit | fe540a9079ea58f8b9b85069ff1558ce7a98f915 (patch) | |
tree | de9482442e99795b77c10ad25d081715341ecde5 /erts/emulator/beam/erl_mtrace.h | |
parent | 8a820377bb3e2e506cdff6011057d78507544142 (diff) | |
download | otp-fe540a9079ea58f8b9b85069ff1558ce7a98f915.tar.gz otp-fe540a9079ea58f8b9b85069ff1558ce7a98f915.tar.bz2 otp-fe540a9079ea58f8b9b85069ff1558ce7a98f915.zip |
[socket-nif] Correct state checks when calling read and write functions
The read and write functions now *only* use the isReadable and
isWritable fields, respectively, to decide if the "socket" can be read
from and written to (previously the state field was used outside of
the mutex lock).
Also made it possible to enable / disable test suite groups individually,
via environment variables (ESOCK_TEST_...). Specifically, the ttest
group has been excluded by default (takes to long a time).
OTP-15549
Diffstat (limited to 'erts/emulator/beam/erl_mtrace.h')
0 files changed, 0 insertions, 0 deletions