aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_lock_count.c
AgeCommit message (Expand)Author
2017-10-02erts: Move all I/O polling to a seperate threadLukas Larsson
2017-09-15erts: Remove undocumented driver_eventSverker Eriksson
2017-07-06Allow toggling lock counting at runtimeJohn Högberg
2017-05-18Make lock counter info independent of the locks being countedJohn Högberg
2017-05-05erts: Add minor lock optimization for lcntSverker Eriksson
2017-05-05erts: Unbreak --enable-lock-checking --enable-lock-counterSverker Eriksson
2016-12-02erts: Fix whitespace errors in lock counterBjörn-Egil Dahlberg
2016-11-25Merge branch 'rickard/init-bug/OTP-13911' into maintRickard Green
2016-09-26Fix initialization dependencies between time, lock-check and lcntRickard Green
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-16erts: Refactor LCNTBjörn-Egil Dahlberg
2015-03-23erts_sys_hrtime() for lcntRickard Green
2015-03-20Introduce a new time APIRickard Green
2014-08-06erts: Print error reason when malloc failsLukas Larsson
2014-07-09erts: Add histogram to lcntBjörn-Egil Dahlberg
2014-02-24ose,erts: Specify name for tsd keysLukas Larsson
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-04-05erts: Add lcnt port and suspend optionsRick Reed
2012-04-04Increase ethr event and lock counting constants to allow at least +A 1024.Rick Reed
2010-12-15Use new atomic types in emulatorRickard Green
2010-08-10Rewrite ethread libraryRickard Green
2010-06-07Merge OTP-8681Björn-Egil Dahlberg
2010-02-10Merge branch 'egil/lcnt' into ccase/r13b04_devErlang/OTP
2010-02-08Add runtime option to enable/disable lcnt statsBjörn-Egil Dahlberg
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP