summaryrefslogtreecommitdiff
path: root/src/thread.c
Commit message (Expand)AuthorAgeFilesLines
* Improve stack-overflow heuristic on GNU/LinuxPaul Eggert2017-07-141-4/+6
* Use ptrdiff_t, not int, for stack sizesPaul Eggert2017-05-021-1/+1
* Fix a bug with signaling a thread that waits for condvarEli Zaretskii2017-01-181-17/+24
* Rudimentary error handling for non-main threadsEli Zaretskii2017-01-181-3/+17
* Fix a bug in waiting for condition variableEli Zaretskii2017-01-131-2/+41
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
* Rename primary_thread to main_threadPaul Eggert2016-12-301-20/+20
* Remove interpreter’s byte stackPaul Eggert2016-12-231-13/+3
* Use max_align_t instead of void *Paul Eggert2016-12-231-7/+2
* Avoid aborts due to unaligned byte stack of threadsEli Zaretskii2016-12-231-3/+10
* ; Spelling fixesPaul Eggert2016-12-221-6/+5
* Fix last change with thread marking under GC_CHECK_MARKED_OBJECTSEli Zaretskii2016-12-221-0/+6
* Fix crashes upon C-g on Posix TTY framesEli Zaretskii2016-12-191-0/+27
* Avoid crashing if a new thread is signaled right awayEli Zaretskii2016-12-121-11/+15
* Fix point motion in cloned buffersEli Zaretskii2016-12-121-6/+5
* ; Fix copyright years in new filesGlenn Morris2016-12-101-1/+1
* Fix error messages in thread.cEli Zaretskii2016-12-101-4/+4
* Improve doc strings in thread.cEli Zaretskii2016-12-101-30/+31
* Fix building with check-lisp-object-typeEli Zaretskii2016-12-101-1/+1
* Fix compilation warningsEli Zaretskii2016-12-081-1/+1
* Fix compilation problems.Eli Zaretskii2016-12-051-6/+0
* Merge branch 'concurrency'Eli Zaretskii2016-12-041-2/+1
* merge from trunkKen Raeburn2015-11-011-39/+41
* change condition-variablep to condition-variable-pTom Tromey2013-10-171-3/+3
* Fix crashes when unbind_for_thread_switch signals an error.Eli Zaretskii2013-09-011-5/+10
* rename thread-blocker to thread--blockerTom Tromey2013-08-271-1/+1
* make thread_check_current_buffer return boolTom Tromey2013-08-271-3/+3
* use record_unwind_protect_void, avoid warningTom Tromey2013-08-261-4/+3
* implement --enable-threads and a thread-less modeTom Tromey2013-08-261-18/+23
* Use thread_alive_p in a couple more spotsTom Tromey2013-07-111-2/+2
* fix xfree bug in run_threadTom Tromey2013-07-071-1/+1
* merge from trunkTom Tromey2013-07-061-2/+4
* call init_primary_thread from init_threadsTom Tromey2013-07-061-0/+1
* avoid current_thread sometimesTom Tromey2013-07-041-2/+3
* unlink thread laterTom Tromey2013-07-031-11/+8
* introduce thread_alive_p macroTom Tromey2013-07-031-6/+13
* Don't call unbind_for_thread_switch in run_threadTom Tromey2013-07-031-2/+0
* fix a few latent issues in the thread patchTom Tromey2013-06-061-6/+10
* merge from trunk; clean up some issuesTom Tromey2013-06-031-10/+2
* don't let kill-buffer kill a buffer if it is current in any threadTom Tromey2013-03-181-0/+19
* cannot thread-join the current threadTom Tromey2012-08-271-0/+3
* pass the thread name to the OS if possibleTom Tromey2012-08-201-1/+6
* another docstring fixletTom Tromey2012-08-191-1/+2
* minor docstring fixupTom Tromey2012-08-191-4/+4
* add condition-mutex and condition-nameTom Tromey2012-08-191-0/+27
* ensure name of a thread is a stringTom Tromey2012-08-191-0/+3
* ensure name of a mutex is a stringTom Tromey2012-08-191-0/+3
* use NILPTom Tromey2012-08-191-3/+3
* condition variablesTom Tromey2012-08-191-18/+201
* refactor systhread.hTom Tromey2012-08-181-46/+108