summaryrefslogtreecommitdiff
path: root/src/systhread.h
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Port better to C23 bool+true+false keywordsPaul Eggert2022-09-281-2/+0
* Do not include <attribute.h> from <config.h>Paul Eggert2022-03-081-0/+2
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Port systhreads.h to C2xPaul Eggert2021-10-031-8/+5
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Simplify by using attribute.h macrosPaul Eggert2020-05-031-9/+3
* Fix BSD and macOS builds w.r.t. pthread_setname_np (bug#38632)Mattias EngdegÄrd2020-01-071-2/+3
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Improve wur coverage on older GCCsPaul Eggert2019-04-221-6/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Make error checking for thread functions stricter.Philipp Stephani2018-06-091-5/+19
* | Fix module support if threads are disabled (Bug#30106)Philipp Stephani2018-01-181-0/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Remove a few unused C functionsPaul Eggert2017-02-261-2/+0
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
* ; Fix copyright years in new filesGlenn Morris2016-12-101-1/+1
* Improve MS-Windows implementation of threads.Eli Zaretskii2013-08-311-2/+6
* Enable thread support in the MS-Windows build.Eli Zaretskii2013-08-301-0/+34
* implement --enable-threads and a thread-less modeTom Tromey2013-08-261-3/+14
* pass the thread name to the OS if possibleTom Tromey2012-08-201-1/+2
* refactor systhread.hTom Tromey2012-08-181-18/+0
* This introduces the low-level system threading support. It also addsTom Tromey2012-08-151-0/+80