aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_drv_thread.c
AgeCommit message (Expand)Author
2018-06-18Update copyright yearHenrik Nord
2018-03-09Always use sys_memcpy/cmp/etc instead of plain memcpy/cmp/etcJohn Högberg
2017-07-25Merge branch 'maint'John Högberg
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-07Add a proper type for lock optionsJohn Högberg
2017-07-06Allow toggling lock counting at runtimeJohn Högberg
2017-05-18Make lock counter info independent of the locks being countedJohn Högberg
2016-12-02erts: Add driver and nif locks to lcntBjörn-Egil Dahlberg
2016-03-15update copyright-yearHenrik Nord
2016-02-24erts: Change erl_exit into erts_exitSverker Eriksson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-18Fix thread name from driver apiDan Gudmundsson
2014-12-19erts: Add support for thread namesLukas Larsson
2014-02-24ose,erts: Specify name for tsd keysLukas Larsson
2014-02-24Added support for ENEA OSELukas Larsson
2013-07-24erts: Extend erl_driver interface with lock namesBjörn-Egil Dahlberg
2011-11-13Use critical sections as mutex implementation on WindowsRickard Green
2011-05-13Silence warningsRickard Green
2011-03-02Remove race in main thread stealing due to reading and writing to pipe from s...Patrik Nyblom
2011-03-02Make MacOS (NS) wx use the main threadPatrik Nyblom
2010-10-12Fix erl_drv_tsd_get() and enif_tsd_get()Rickard Green
2010-08-10Rewrite ethread libraryRickard Green
2010-06-07Merge OTP-8681Björn-Egil Dahlberg
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP