summaryrefslogtreecommitdiff
path: root/libguile/threads.h
Commit message (Expand)AuthorAgeFilesLines
...
| * optional default-value arg to make-fluidAndy Wingo2011-11-231-1/+1
* | Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo2011-06-161-0/+1
|\ \ | |/
| * fix initial values of reallocated fluidsAndy Wingo2011-06-161-0/+1
* | remove SCM_THREAD_SWITCHING_CODEAndy Wingo2011-05-151-3/+0
|/
* Move `{total,current}-processor-count' outside of `posix.c'.Ludovic Courtès2011-04-251-0/+3
* threading / with_guile refactor to use more GC_stack_baseAndy Wingo2011-03-251-7/+1
* fix thread cleanupAndy Wingo2011-03-181-1/+4
* scm_with_guile calls GC_call_with_gc_activeAndy Wingo2011-01-221-2/+1
* remove debug framesAndy Wingo2009-12-031-4/+0
* Use TLS when available for `SCM_I_CURRENT_THREAD'.Ludovic Courtès2009-10-091-3/+12
* Arrange so that `SCM_I_CURRENT_THREAD' is not accessed outside of libguile.Ludovic Courtès2009-10-091-7/+12
* Fix spurious `throw from within critical section' errorsNeil Jerram2009-09-301-0/+3
* Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-281-1/+1
|\
| * Avoid clash with system setjmp/longjmp on IA64Neil Jerram2009-08-211-1/+1
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-181-6/+7
|\ \ | |/
| * Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-03-221-0/+1
|\ \ | |/
| * Merge commit 'ab878b0f8e675a741a7dd56f52638a7cc0419907' into vm-checkAndy Wingo2009-03-171-1/+1
| |\
| * \ Merge commit '8b0174c879bf74981efe702a00471ed5b8e6912e' into vm-checkAndy Wingo2009-03-171-0/+7
| |\ \
| * | | Fix hang in srfi-18.testNeil Jerram2008-10-241-0/+1
| * | | truly thread-local vms; don't compile popen.scmAndy Wingo2008-10-111-0/+1
* | | | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-02-141-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix build when scm_t_timespec is different from struct timespecNeil Jerram2009-01-231-1/+1
| | |/ | |/|
| * | Don't try to unlock already unlocked heap mutexNeil Jerram2009-01-151-0/+7
* | | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2008-11-041-0/+1
|\ \ \ | |/ /
| * | Fix hang in srfi-18.testNeil Jerram2008-10-241-0/+1
| |/
* | Implement `scm_without_guile ()' in terms of `GC_do_blocking ()'.Ludovic Courtès2008-09-181-0/+3
* | Remove per-thread `gc_running_p'.Ludovic Courtès2008-09-181-3/+0
* | Remove GC-related fields from `scm_i_thread'.Ludovic Courtès2008-09-171-10/+0
* | Remove code intended to put threads to sleep.Ludovic Courtès2008-09-171-11/+1
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2008-09-101-12/+31
|\ \ | |/
| * Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-12/+12
| * Delete trailing whitespace.Neil Jerram2008-05-141-2/+2
| * latest set of SRFI-18 support changes to core threadsJulian Graham2008-05-141-1/+4
| * Fix continuation problems on IA64.Neil Jerram2008-05-121-0/+5
| * Core enhancements, by Julian Graham, to Guile's thread, mutex andNeil Jerram2008-03-081-0/+8
| * * threads.c (do_thread_exit, scm_cancel_thread,Neil Jerram2008-02-071-1/+4
* | Merge commit '2e77f7202b11ad0003831fcff94ec7db80cca015' into boehm-demers-wei...Ludovic Courtès2008-09-101-2/+7
|\ \ | |/
| * Changes from arch/CVS synchronizationLudovic Courtès2007-10-201-2/+7
* | Added support for SMOB custom mark procedures.Ludovic Courtes2008-09-051-0/+5
* | Removed the mark/free functions of continuations and threads.Ludovic Courtes2008-09-051-1/+1
|/
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer2006-01-291-3/+3
* (scm_t_guile_ticket, scm_leave_guile, scm_enter_guile): Removed fromMarius Vollmer2005-12-061-4/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (scm_i_thread): Added gc_running_p field.Marius Vollmer2005-03-101-0/+2
* (scm_i_frame_single_threaded): Removed.Marius Vollmer2005-03-091-3/+0
* * threads.h, async.h, threads.c (SCM_CRITICAL_SECTION_START,Marius Vollmer2005-03-071-13/+2
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-156/+136
* Reverted changed from 2005/01/24 19:14:54, which was a commit to theMarius Vollmer2005-01-241-63/+129