aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_time.h
AgeCommit message (Collapse)Author
2012-04-16Optimize process table accessRickard Green
2011-12-02Fix time typesRickard Green
2011-06-14Use new atomic API in runtime systemRickard Green
All uses of the old deprecated atomic API in the runtime system have been replaced with the use of the new atomic API. In a lot of places this change imply a relaxation of memory barriers used.
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2010-12-29Teach timer-wheel slots to use double linked listsBjörn-Egil Dahlberg
Conflicts: erts/emulator/beam/erl_time.h
2010-12-20Refactor timer interfaceBjörn-Egil Dahlberg
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP