index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a bug in waiting for condition variable
Eli Zaretskii
2017-01-13
1
-2
/
+41
*
Update copyright year to 2017 in master
Paul Eggert
2017-01-01
1
-1
/
+1
*
Rename primary_thread to main_thread
Paul Eggert
2016-12-30
1
-20
/
+20
*
Remove interpreter’s byte stack
Paul Eggert
2016-12-23
1
-13
/
+3
*
Use max_align_t instead of void *
Paul Eggert
2016-12-23
1
-7
/
+2
*
Avoid aborts due to unaligned byte stack of threads
Eli Zaretskii
2016-12-23
1
-3
/
+10
*
; Spelling fixes
Paul Eggert
2016-12-22
1
-6
/
+5
*
Fix last change with thread marking under GC_CHECK_MARKED_OBJECTS
Eli Zaretskii
2016-12-22
1
-0
/
+6
*
Fix crashes upon C-g on Posix TTY frames
Eli Zaretskii
2016-12-19
1
-0
/
+27
*
Avoid crashing if a new thread is signaled right away
Eli Zaretskii
2016-12-12
1
-11
/
+15
*
Fix point motion in cloned buffers
Eli Zaretskii
2016-12-12
1
-6
/
+5
*
; Fix copyright years in new files
Glenn Morris
2016-12-10
1
-1
/
+1
*
Fix error messages in thread.c
Eli Zaretskii
2016-12-10
1
-4
/
+4
*
Improve doc strings in thread.c
Eli Zaretskii
2016-12-10
1
-30
/
+31
*
Fix building with check-lisp-object-type
Eli Zaretskii
2016-12-10
1
-1
/
+1
*
Fix compilation warnings
Eli Zaretskii
2016-12-08
1
-1
/
+1
*
Fix compilation problems.
Eli Zaretskii
2016-12-05
1
-6
/
+0
*
Merge branch 'concurrency'
Eli Zaretskii
2016-12-04
1
-2
/
+1
*
merge from trunk
Ken Raeburn
2015-11-01
1
-39
/
+41
*
change condition-variablep to condition-variable-p
Tom Tromey
2013-10-17
1
-3
/
+3
*
Fix crashes when unbind_for_thread_switch signals an error.
Eli Zaretskii
2013-09-01
1
-5
/
+10
*
rename thread-blocker to thread--blocker
Tom Tromey
2013-08-27
1
-1
/
+1
*
make thread_check_current_buffer return bool
Tom Tromey
2013-08-27
1
-3
/
+3
*
use record_unwind_protect_void, avoid warning
Tom Tromey
2013-08-26
1
-4
/
+3
*
implement --enable-threads and a thread-less mode
Tom Tromey
2013-08-26
1
-18
/
+23
*
Use thread_alive_p in a couple more spots
Tom Tromey
2013-07-11
1
-2
/
+2
*
fix xfree bug in run_thread
Tom Tromey
2013-07-07
1
-1
/
+1
*
merge from trunk
Tom Tromey
2013-07-06
1
-2
/
+4
*
call init_primary_thread from init_threads
Tom Tromey
2013-07-06
1
-0
/
+1
*
avoid current_thread sometimes
Tom Tromey
2013-07-04
1
-2
/
+3
*
unlink thread later
Tom Tromey
2013-07-03
1
-11
/
+8
*
introduce thread_alive_p macro
Tom Tromey
2013-07-03
1
-6
/
+13
*
Don't call unbind_for_thread_switch in run_thread
Tom Tromey
2013-07-03
1
-2
/
+0
*
fix a few latent issues in the thread patch
Tom Tromey
2013-06-06
1
-6
/
+10
*
merge from trunk; clean up some issues
Tom Tromey
2013-06-03
1
-10
/
+2
*
don't let kill-buffer kill a buffer if it is current in any thread
Tom Tromey
2013-03-18
1
-0
/
+19
*
cannot thread-join the current thread
Tom Tromey
2012-08-27
1
-0
/
+3
*
pass the thread name to the OS if possible
Tom Tromey
2012-08-20
1
-1
/
+6
*
another docstring fixlet
Tom Tromey
2012-08-19
1
-1
/
+2
*
minor docstring fixup
Tom Tromey
2012-08-19
1
-4
/
+4
*
add condition-mutex and condition-name
Tom Tromey
2012-08-19
1
-0
/
+27
*
ensure name of a thread is a string
Tom Tromey
2012-08-19
1
-0
/
+3
*
ensure name of a mutex is a string
Tom Tromey
2012-08-19
1
-0
/
+3
*
use NILP
Tom Tromey
2012-08-19
1
-3
/
+3
*
condition variables
Tom Tromey
2012-08-19
1
-18
/
+201
*
refactor systhread.h
Tom Tromey
2012-08-18
1
-46
/
+108
*
write docstrings for the thread functions
Tom Tromey
2012-08-17
1
-26
/
+54
*
declare unbind_for_thread_switch and rebind_for_thread_switch in lisp.h
Tom Tromey
2012-08-17
1
-4
/
+0
*
process changes
Tom Tromey
2012-08-15
1
-0
/
+47
*
This adds thread-blocker, a function to examine what a thread is
Tom Tromey
2012-08-15
1
-1
/
+30
[prev]
[next]