summaryrefslogtreecommitdiff
path: root/libguile/coop.c
Commit message (Expand)AuthorAgeFilesLines
* * coop.c: Inserted #include <stdio.h>....Mikael Djurfeldt2001-03-101-2/+4
* * coop-threads.c: Don't join finished threads. Thanks to Julian Satchell....Dirk Herrmann2000-11-301-10/+1
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,...Mikael Djurfeldt2000-04-211-3/+3
* *** empty log message ***Mikael Djurfeldt2000-04-101-2/+5
* * coop.c (mother): Handled EINTR (the wait has been interrupted by...Mikael Djurfeldt2000-04-101-2/+5
* * coop.c (coop_quitting_p, coop_cond_create, coop_mutex_create,...Mikael Djurfeldt2000-03-301-9/+49
* * coop.c (coop_create): Set `specific' field, not `data' to NULL.Mikael Djurfeldt2000-03-291-8/+11
* * coop.c (coop_finish): New function. Called at exit....Mikael Djurfeldt2000-03-291-31/+95
* * *.[hc]: add Emacs magic at the end of file, to ensure GNU...Michael Livshin2000-03-191-1/+7
* * coop.c (coop_condition_variable_timed_wait_mutex): Use ETIMEDOUT...Mikael Djurfeldt2000-03-121-3/+3
* * coop.c: #include <errno.h>...Mikael Djurfeldt2000-03-121-2/+187
* * threads.c, mit-pthreads.c, list.c, coop.c: Remove K&R...Greg J. Badros1999-12-191-153/+1
* * coop.c (coop_condition_variable_wait): Removed...Mikael Djurfeldt1998-11-191-24/+23
* Don't redefine sleep and usleep....Jim Blandy1998-10-131-42/+18
* The argument type of usleep varies from system to system,...Jim Blandy1998-10-121-4/+4
* * coop.c (coop_condition_variable_wait): Make this function...Jim Blandy1998-10-041-3/+3
* Get rid of warnings from the cooperative threading system....Jim Blandy1998-10-031-5/+21
* * scmsigs.c: Declare usleep as returning void on some systems....Mikael Djurfeldt1998-04-241-1/+7
* * coop.c: Changed return type of usleep to int.Mikael Djurfeldt1998-04-201-2/+4
* * eval.c, eval.h, coop.c (scm_eval_stack, SCM_EVAL_STACK): Measure...Mikael Djurfeldt1998-04-121-2/+2
* * coop.c (COOP_STKSIZE): Use SCM_EVAL_STACK.Mikael Djurfeldt1998-03-301-2/+4
* * iselect.h, iselect.c, coop.c, coop-threads.c, coop-threads.h,...Mikael Djurfeldt1998-02-061-2/+2
* * coop.c, iselect.c: Since thread switches are now performed with...Mikael Djurfeldt1998-01-301-2/+17
* * coop.c (coop_mutex_init, coop_mutex_lock, coop_mutex_unlock,...Mikael Djurfeldt1998-01-261-13/+63
* * Makefile.am: Added iselect.c and iselect.h....Mikael Djurfeldt1997-11-271-18/+72
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-4/+4
* Merge threads directory into libguile....Jim Blandy1997-04-151-0/+588