aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_process_lock.h
AgeCommit message (Expand)Author
2018-05-15Do not hold runq lock while deleting a processRickard Green
2018-03-21Implementation of true asynchronous signaling between processesRickard 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-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-04Update copyright yearRaimo Niskanen
2017-01-23Merge branch 'sverker/ASSERT_IN_ENV'Sverker Eriksson
2017-01-19Introduce erts_proc_lookup_inc_refc()Rickard Green
2017-01-12erts: Add macro ERTS_PROC_LOCKS_HIGHER_THANSverker Eriksson
2016-04-15erts: send and receive no longer need status lockLukas Larsson
2016-04-15erts: Implement tracer modulesLukas Larsson
2016-03-15update copyright-yearHenrik Nord
2016-02-18erts: Fix lock checker for process locksSverker Eriksson
2015-09-28erts: Remove assertion that ptab is emptyLukas Larsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-08Optimized timer implementationRickard Green
2014-02-24erts: Make source file info available in lcLukas Larsson
2012-12-07Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green
2012-12-03Improve configuration of process and port tablesRickard Green
2012-12-03Generalize process table implementationRickard Green
2012-08-31Merge branch 'maint'Björn-Egil Dahlberg
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-07-31Merge branch 'maint'Rickard Green
2012-07-31Merge branch 'rickard/proc-lock-queues/OTP-10163' into maintRickard Green
2012-07-31Use static allocation of process lock queuesRickard Green
2012-04-27Merge branch 'rickard/proc-sched/OTP-9892'Rickard Green
2012-04-27Optimize process state changesRickard Green
2012-04-16Optimize process table accessRickard Green
2012-04-16Implement possibility to use ordinary mutexes as process locksRickard Green
2012-04-10lcnt: Enhancement fixupsBjörn-Egil Dahlberg
2012-03-30erts: Fix memory leak caused by race on exiting processSverker Eriksson
2011-11-18Replace spinlock with mutex as pix_lock implementationRickard Green
2011-11-13Optimize memory allocationRickard Green
2011-06-14Use new atomic API in runtime systemRickard Green
2011-06-14Improve ethread atomicsRickard Green
2010-12-16Use 32-bit atomics for process lock flagsRickard Green
2010-12-15Use new atomic types in emulatorRickard Green
2010-11-18Move cpu topology functionality into erl_cpu_topology.[ch]Rickard Green
2010-08-10Rewrite ethread libraryRickard Green
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP