mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-12 09:12:18 -07:00
On GNU/Linux, glibc expects condvars and mutexes to be in memory which is always accessible. * src/thread.c (main_thread_condvar): New variable. (main_thread): Add reference to it. (run_thread): Adjust. (finalize_one_thread) [MPS]: Free 'thread_condvar'. (Fmake_thread) [MPS]: Allocate 'thread_condvar'. (thread_join_callback): (init_threads): Adjust. * src/thread.h (struct thread_state): Turn 'thread_condvar' into a pointer or single-element array. * test/src/igc-tests.el (igc-test--list-length): New variable. (igc-test--trigger-incremental-gc): New function. (igc-test-thread-incremental-gc): New test. |
||
|---|---|---|
| .. | ||
| comp-resources | ||
| emacs-module-resources | ||
| lread-resources | ||
| regex-resources | ||
| syntax-resources | ||
| alloc-tests.el | ||
| buffer-tests.el | ||
| callint-tests.el | ||
| callproc-tests.el | ||
| casefiddle-tests.el | ||
| character-tests.el | ||
| charset-tests.el | ||
| chartab-tests.el | ||
| cmds-tests.el | ||
| coding-tests.el | ||
| comp-tests.el | ||
| data-tests.el | ||
| decompress-tests.el | ||
| doc-tests.el | ||
| editfns-tests.el | ||
| emacs-module-tests.el | ||
| emacs-tests.el | ||
| eval-tests.el | ||
| fileio-tests.el | ||
| filelock-tests.el | ||
| floatfns-tests.el | ||
| fns-tests.el | ||
| font-tests.el | ||
| igc-tests.el | ||
| image-tests.el | ||
| indent-tests.el | ||
| inotify-tests.el | ||
| json-tests.el | ||
| keyboard-tests.el | ||
| keymap-tests.el | ||
| lcms-tests.el | ||
| lread-tests.el | ||
| marker-tests.el | ||
| minibuf-tests.el | ||
| print-tests.el | ||
| process-tests.el | ||
| profiler-tests.el | ||
| regex-emacs-tests.el | ||
| search-tests.el | ||
| sqlite-tests.el | ||
| syntax-tests.el | ||
| textprop-tests.el | ||
| thread-tests.el | ||
| timefns-tests.el | ||
| treesit-tests.el | ||
| undo-tests.el | ||
| xdisp-tests.el | ||
| xfaces-tests.el | ||
| xml-tests.el | ||