summaryrefslogtreecommitdiff
path: root/src/systhread.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Add thread-naming support for OpenBSDTimo Myyrä2020-06-281-0/+8
* Cater for 3-argument version of pthread_setname_npRobert Pluim2020-02-031-3/+5
* Fix another compilation problem in a build without threadsEli Zaretskii2020-01-081-0/+4
* Fix build without threadsEli Zaretskii2020-01-081-2/+1
* Fix BSD and macOS builds w.r.t. pthread_setname_np (bug#38632)Mattias Engdegård2020-01-071-28/+30
* Use pthread_setname_np to set thread nameRobert Pluim2020-01-061-6/+11
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Support setting OS names of threads on MS-WindowsEli Zaretskii2019-12-201-1/+69
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Require a larger stack size for threads on macOS (bug#30364)Paul Eggert2018-02-281-0/+9
* | Make error checking for thread functions stricter.Philipp Stephani2018-06-091-18/+60
* | Require a larger stack size for threads (bug#30364)Aaron Jensen2018-02-271-0/+7
* | Fix module support if threads are disabled (Bug#30106)Philipp Stephani2018-01-181-0/+18
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Make sure thread stack is properly aligned on MS-WindowsEli Zaretskii2017-10-141-3/+4
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix threads on NS (bug#25265)Alan Third2017-07-011-0/+11
* Remove a few unused C functionsPaul Eggert2017-02-261-40/+0
* 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/concurrencyconcurrencyEli 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