aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/win32/erl_poll.c
AgeCommit message (Expand)Author
2018-12-06erts: Move fds with active true behaviour to own pollsetLukas Larsson
2018-10-23erts: Pass thread progress data where possibleLukas Larsson
2018-09-21Update copyright yearHenrik Nord
2018-07-13erts: Fix bug where break would not trigger on windowsLukas Larsson
2017-10-02erts: Fix msacc testcase with new poll-threadLukas Larsson
2017-10-02erts: Move all I/O polling to a seperate threadLukas Larsson
2017-09-15erts: Rename ErtsPollSet_ structS to not confuse gdbSverker Eriksson
2017-07-17erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson
2017-07-17erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson
2017-07-06Allow toggling lock counting at runtimeJohn Högberg
2017-05-04Update copyright yearRaimo Niskanen
2017-02-14Fixed typos in ertsAndrew Dryga
2016-05-31erts: Fix possible race in poller wakeup on windowsSverker Eriksson
2016-03-15update copyright-yearHenrik Nord
2016-02-24Merge branch 'master' into sverk/master/halt-INT_MINSverker Eriksson
2016-02-24erts: Change erl_exit into erts_exitSverker Eriksson
2016-02-02erts: Add microstate accountingLukas Larsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-08Optimized timer implementationRickard Green
2015-05-06Misc time improvementsRickard Green
2015-03-20Introduce a new time APIRickard Green
2014-09-25Introduce support for eager check I/O schedulingRickard Green
2011-12-02Fix time typesRickard Green
2011-11-13Optimize memory allocationRickard Green
2011-06-14Use new atomic API in runtime systemRickard Green
2011-05-13Ensure quick breakRickard Green
2011-03-08The emulator could get into a state where it didn't check for I/O.Rickard Green
2011-02-25Simplify erts_poll_wait() wakeup logicRickard Green
2010-12-15Use new atomic types in emulatorRickard Green
2010-06-01OTP-8658 Add missing memory barriers in erts_poll()Rickard Green
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP