summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_hl_timer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Rickard Green2021-12-131-1/+1
|\
| * Update copyright yearRickard Green2021-12-131-1/+1
* | Fix typos in erts/emulator/beamKian-Meng, Ang2021-11-301-1/+1
|/
* Merge branch 'rickard/cancel_timer_no_info_fix/OTP-17472' into maintRickard Green2021-06-071-5/+10
|\
| * Fix erlang:cancel_timer(_, [{info, false}])Rickard Green2021-06-031-5/+10
* | Correct error messages for timer BIFsBjörn Gustavsson2021-05-281-13/+25
* | Multiple reusable receive markers for receive optimizationRickard Green2020-12-081-2/+1
* | erts: Fix SEGV while printing timer to crash dumpSverker Eriksson2020-04-221-0/+4
|/
* erts: Refactor rbt _yielding to use reductionsLukas Larsson2019-02-051-20/+19
* fix: erts: Remove dead ERTS_MAGIC_REF_BIF_TIMERS codeLukas Larsson2019-02-011-36/+0
* erts: Remove dead ERTS_MAGIC_REF_BIF_TIMERS codeLukas Larsson2019-02-011-367/+10
* erts: Optimize driver_set_timer(0) to fire at onceLukas Larsson2018-12-031-9/+17
* Implementation of true asynchronous signaling between processesRickard Green2018-03-211-23/+17
* Merge branch 'maint'Rickard Green2017-08-241-10/+11
|\
| * Merge branch 'rickard/btm-auto-cleanup-bug/OTP-14554' into maintRickard Green2017-08-241-10/+11
| |\
| | * Fix BIF timer race between timeout and auto cleanupRickard Green2017-08-231-10/+11
* | | Merge branch 'maint'Rickard Green2017-08-241-8/+8
|\ \ \ | |/ /
| * | Merge branch 'rickard/timer-sid-bug/OTP-14548' into maintRickard Green2017-08-241-8/+8
| |\ \ | | |/ | |/|
| | * Fix scheduler id field in timersRickard Green2017-08-231-9/+9
* | | erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson2017-07-171-54/+54
* | | erts: Cleanup removal of non-smp emulatorsLukas Larsson2017-07-171-7/+4
* | | erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson2017-07-171-22/+0
|/ /
* | Update copyright yearRaimo Niskanen2017-05-041-1/+1
* | Remove unnecessary cancel callback from timer-wheel timersRickard Green2017-04-181-15/+1
* | Rearrange timer struct fields in order to simplifyRickard Green2017-04-181-106/+71
* | Use timer wheel for short BIF timersRickard Green2017-04-181-394/+661
* | Use magic refs for BIF timersRickard Green2017-04-181-206/+551
* | Remove accessor BIF timer implementationRickard Green2017-04-181-203/+3
* | Implement magic referencesRickard Green2017-02-061-6/+6
* | Merge branch 'rickard/crashdump-timer-fix' into maintRickard Green2017-01-111-1/+2
|\ \
| * | Fix printout of timer data in crash dumpRickard Green2016-12-191-1/+2
* | | Fix crash due to GC of node entry on dirty schedulerRickard Green2016-12-281-1/+1
|/ /
* | erts: Refactor crash dumping with cbprintfSverker Eriksson2016-11-171-2/+2
* | Merge branch 'rickard/proc-tmo-bug/OTP-13798' into maint-19Erlang/OTP2016-08-111-1/+4
|\ \
| * | Fix race causing lost wakeup on receive-after timeoutRickard Green2016-08-111-1/+4
| |/
* | Add better support for communication with a process executing dirty NIFRickard Green2016-05-111-12/+12
* | erts: Add Sender in 'receive' trace matchspecSverker Eriksson2016-05-041-4/+4
* | erts: Implement tracer modulesLukas Larsson2016-04-151-3/+3
* | update copyright-yearHenrik Nord2016-03-151-1/+1
* | Merge branch 'maint'Rickard Green2016-01-221-3/+4
|\ \
| * | Fix HL timer hard debug implementationRickard Green2015-12-301-3/+4
| |/
* | Fix asynchronous BIF timer cancellation message replyRickard Green2015-12-291-5/+12
* | Fragmented young heap generation and off_heap_message_queue optionRickard Green2015-11-121-49/+36
|/
* Fix node/dist refc countRickard Green2015-06-221-3/+3
* Change license text to APLv2Bruce Yinhe2015-06-181-10/+11
* Callback timerRickard Green2015-06-091-65/+307
* Disable accessor timer optionRickard Green2015-06-091-8/+49
* Merge branch 'rickard/timer-optimization/OTP-12650'Rickard Green2015-05-121-28/+38
|\
| * Timer fixes, documentation, and test casesRickard Green2015-05-121-28/+38
* | Merge branch 'rickard/timer-optimization/OTP-12650'Rickard Green2015-05-081-21/+4
|/