aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_hl_timer.c
AgeCommit message (Expand)Author
2019-02-05erts: Refactor rbt _yielding to use reductionsLukas Larsson
2019-02-01fix: erts: Remove dead ERTS_MAGIC_REF_BIF_TIMERS codeLukas Larsson
2019-02-01erts: Remove dead ERTS_MAGIC_REF_BIF_TIMERS codeLukas Larsson
2018-12-03erts: Optimize driver_set_timer(0) to fire at onceLukas Larsson
2018-03-21Implementation of true asynchronous signaling between processesRickard Green
2017-08-24Merge branch 'maint'Rickard Green
2017-08-24Merge branch 'rickard/btm-auto-cleanup-bug/OTP-14554' into maintRickard Green
2017-08-24Merge branch 'maint'Rickard Green
2017-08-24Merge branch 'rickard/timer-sid-bug/OTP-14548' into maintRickard Green
2017-08-23Fix BIF timer race between timeout and auto cleanupRickard Green
2017-08-23Fix scheduler id field in timersRickard Green
2017-07-17erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson
2017-07-17erts: Cleanup removal of non-smp emulatorsLukas Larsson
2017-07-17erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson
2017-05-04Update copyright yearRaimo Niskanen
2017-04-18Remove unnecessary cancel callback from timer-wheel timersRickard Green
2017-04-18Rearrange timer struct fields in order to simplifyRickard Green
2017-04-18Use timer wheel for short BIF timersRickard Green
2017-04-18Use magic refs for BIF timersRickard Green
2017-04-18Remove accessor BIF timer implementationRickard Green
2017-02-06Implement magic referencesRickard Green
2017-01-11Merge branch 'rickard/crashdump-timer-fix' into maintRickard Green
2016-12-28Fix crash due to GC of node entry on dirty schedulerRickard Green
2016-12-19Fix printout of timer data in crash dumpRickard Green
2016-11-17erts: Refactor crash dumping with cbprintfSverker Eriksson
2016-08-11Merge branch 'rickard/proc-tmo-bug/OTP-13798' into maint-19Erlang/OTP
2016-08-11Fix race causing lost wakeup on receive-after timeoutRickard Green
2016-05-11Add better support for communication with a process executing dirty NIFRickard Green
2016-05-04erts: Add Sender in 'receive' trace matchspecSverker Eriksson
2016-04-15erts: Implement tracer modulesLukas Larsson
2016-03-15update copyright-yearHenrik Nord
2016-01-22Merge branch 'maint'Rickard Green
2015-12-30Fix HL timer hard debug implementationRickard Green
2015-12-29Fix asynchronous BIF timer cancellation message replyRickard Green
2015-11-12Fragmented young heap generation and off_heap_message_queue optionRickard Green
2015-06-22Fix node/dist refc countRickard Green
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-09Callback timerRickard Green
2015-06-09Disable accessor timer optionRickard Green
2015-05-12Merge branch 'rickard/timer-optimization/OTP-12650'Rickard Green
2015-05-12Timer fixes, documentation, and test casesRickard Green
2015-05-08Merge branch 'rickard/timer-optimization/OTP-12650'Rickard Green
2015-05-08Optimized timer implementationRickard Green