aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_time.h
AgeCommit message (Expand)Author
2018-03-21Implementation of true asynchronous signaling between processesRickard Green
2017-11-02Remove process start time for crash dumpsRickard Green
2017-09-04Bug fixes of statistics(wall_clock) and statistics(runtime)Rickard Green
2017-05-04Update copyright yearRaimo Niskanen
2017-04-18Manage timers to trigger at once in a slot similar to other timersRickard Green
2017-04-18Timer wheel divided into a "soon wheel" and a "later wheel"Rickard Green
2017-04-18Remove unnecessary cancel callback from timer-wheel timersRickard Green
2017-04-18Rearrange timer struct fields in order to simplifyRickard Green
2016-03-15update copyright-yearHenrik Nord
2016-02-02erts: Refactor perf counter internal interfaceLukas Larsson
2016-02-02erts, kernel: Add os:perf_counter functionLukas Larsson
2016-01-21Introduce time management in native APIsRickard Green
2015-07-08Fix calculation of end timeRickard Green
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-09Callback timerRickard Green
2015-05-08Optimized timer implementationRickard Green
2015-05-06Misc time improvementsRickard Green
2015-03-24Merge branch 'rickard/time_api/OTP-11997'Rickard Green
2015-03-24Better OS system time implementationRickard Green
2015-03-23Better support for poor os monotonic sourcesRickard Green
2015-03-21Merge branch 'rickard/time_api/OTP-11997'Rickard Green
2015-03-21Unbreak lcntRickard Green
2015-03-20Merge branch 'rickard/time_api/OTP-11997'Rickard Green
2015-03-20Multiple timer wheelsRickard Green
2015-03-20Introduce a new time APIRickard Green
2014-12-09erts: Allow cpu_timestamp tracing for LinuxLukas Larsson
2012-04-16Optimize process table accessRickard Green
2011-12-02Fix time typesRickard Green
2011-06-14Use new atomic API in runtime systemRickard Green
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2010-12-29Teach timer-wheel slots to use double linked listsBjörn-Egil Dahlberg
2010-12-20Refactor timer interfaceBjörn-Egil Dahlberg
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP