diff options
author | Micael Karlberg <[email protected]> | 2019-05-22 12:28:09 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2019-05-22 12:28:09 +0200 |
commit | 8551ec93d2864d8122472d8531a5268ee500d38d (patch) | |
tree | aa25a489d3f913d5c38332bbaa5940b4ea761a79 /erts/emulator/utils | |
parent | 02752f185b18c7f1c3f57dd80cf7c12f925dfe6a (diff) | |
download | otp-8551ec93d2864d8122472d8531a5268ee500d38d.tar.gz otp-8551ec93d2864d8122472d8531a5268ee500d38d.tar.bz2 otp-8551ec93d2864d8122472d8531a5268ee500d38d.zip |
[esock] Replace usage of clock_gettime(CLOCK_REALTIME, ...)
The usage of the function clock_gettime(CLOCK_REALTIME, ...)
has been replaced with enif_monotonic_time(ERL_NIF_USEC) and
enif_time_offset(ERL_NIF_USEC). For now its if-def'ed so that
we still *can* use clock_gettime, but for the momemnt its
not used even if its available.
OTP-15566, OTP-15686
Diffstat (limited to 'erts/emulator/utils')
0 files changed, 0 insertions, 0 deletions