aboutsummaryrefslogtreecommitdiffstats
path: root/src/systhread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
* ; Spelling fixesPaul Eggert2016-12-221-1/+1
* ; Fix copyright years in new filesGlenn Morris2016-12-101-1/+1
* ; * src/systhread.c [WINDOWSNT]: Fix typos in comments.old-branches/concurrencyEli Zaretskii2015-11-031-5/+5
* Improve MS-Windows implementation of threads.Eli Zaretskii2013-08-311-9/+73
* Enable thread support in the MS-Windows build.Eli Zaretskii2013-08-301-0/+149
* implement --enable-threads and a thread-less modeTom Tromey2013-08-261-2/+75
* pass the thread name to the OS if possibleTom Tromey2012-08-201-3/+13
* refactor systhread.hTom Tromey2012-08-181-61/+0
* This adds most of the thread features visible to emacs lisp.Tom Tromey2012-08-151-11/+4
* This introduces the low-level system threading support. It also addsTom Tromey2012-08-151-0/+189