aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_async.c
AgeCommit message (Expand)Author
2018-10-23erts: Pass thread progress data where possibleLukas Larsson
2018-06-18Update copyright yearHenrik Nord
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-07-06Allow toggling lock counting at runtimeJohn Högberg
2016-05-02erts: Rename LTTng tracepoint aio_pool_add to aio_pool_putBjörn-Egil Dahlberg
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
2016-04-06erts: Add lttng tracepoints for async pool queueBjörn-Egil Dahlberg
2016-03-15update copyright-yearHenrik Nord
2016-02-02erts: Add microstate accountingLukas Larsson
2015-07-10ose: Remove all code related to the OSE portLukas Larsson
2015-06-18Change license text to APLv2Bruce Yinhe
2014-12-19erts: Add support for thread namesLukas Larsson
2014-03-25Merge branch 'paulgray/dtrace_snprintf_fix/OTP-11816'Lukas Larsson
2014-03-12Pass full strings to DTrace probesMichal Ptaszek
2014-02-24ose: Thread priorities configurable from lmconfLukas Larsson
2014-02-24Added support for ENEA OSELukas Larsson
2014-01-15remove deprecated driver_async_cancel functionSteve Vinoski
2013-08-23Create better distribution of files over async threadsPatrik Nyblom
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-02-13Fix driver port accessesRickard Green
2012-12-07Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green
2012-12-03Use ptab functionality also for portsRickard Green
2012-12-03Prepare for use of ptab functionality also for portsRickard Green
2012-12-03Atomic port stateRickard Green
2012-08-29Merge branch 'maint'Sverker Eriksson
2012-08-28Fix premature deallocation bug of port data lockSverker Eriksson
2012-05-08Only use "gcc optimizer hack" when neededRickard Green
2012-04-27erts: Remove unused variableBjörn-Egil Dahlberg
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-22Ifdef all dynamic trace codePatrik Nyblom
2012-03-22Update dtrace for changes in R15Björn-Egil Dahlberg
2012-03-22Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 3/4Scott Lystig Fritchie
2011-12-07Fix cleanup of elements in lock-free queuesRickard Green
2011-11-13Use generic lock-free queue for async threadsRickard Green
2011-05-20Update copyright yearsBjörn-Egil Dahlberg
2011-05-18Fix driver_async_cancel()Rickard Green
2010-08-19Remove binary overhead counter from ets objectsPatrik Nyblom
2010-05-05OTP-8581 Revert prototype of driver_asyncPatrik Nyblom
2010-03-22Merge branch 'pan/otp_8332_halfword' into devErlang/OTP
2010-03-12Teach testcase in driver_suite the new prototype for driver_asyncPatrik Nyblom
2010-03-10Store pointers to heap data in 32-bit wordsPatrik Nyblom
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP