diff options
author | Lukas Larsson <[email protected]> | 2019-05-02 16:43:38 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2019-05-02 16:43:38 +0200 |
commit | 7e62fb44558c59f91ce6c2a86aad23253fd12142 (patch) | |
tree | e6aed0d8a6f0ab2fdad78138de5089d5f643a3cb /erts/emulator/beam/erl_bits.h | |
parent | 217c410c3b749755650dcba5296cda68f7a71391 (diff) | |
download | otp-7e62fb44558c59f91ce6c2a86aad23253fd12142.tar.gz otp-7e62fb44558c59f91ce6c2a86aad23253fd12142.tar.bz2 otp-7e62fb44558c59f91ce6c2a86aad23253fd12142.zip |
erts: Fix so that non-oneshot pollset on OpenBSD works
The poll code for kevent on OpenBSD and NetBSD had not been fixed
to work properly when disabling events in the scheduler poll-set.
Because they use ONESHOT the delete operation was built into the
trigger and thus a lot of code was not needed when doing oneshot,
however it is needed when doing non-oneshot.
Diffstat (limited to 'erts/emulator/beam/erl_bits.h')
0 files changed, 0 insertions, 0 deletions