mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-04 22:40:25 +02:00
*** empty log message ***
This commit is contained in:
parent
6219b5eb41
commit
b6cc0ef66d
1 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,17 @@
|
|||
2000-03-31 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||
|
||||
* coop.c (coop_quitting_p, coop_cond_create, coop_mutex_create,
|
||||
coop_mother, coop_child): New variables.
|
||||
(mother): New function.
|
||||
(coop_create): New thread spawning mechanism which uses a "mother
|
||||
thread". The "dummy" pthreads aren't healthy enough to give birth
|
||||
to new threads since Linux threads thinks they are asleep.
|
||||
|
||||
* coop-defs.h (struct coop_t): Removed dummy_mutex.
|
||||
|
||||
* coop-defs.h, coop-threads.c (struct coop_t): Eliminate
|
||||
`sto'-field when GUILE_PTHREAD_COMPAT is enabled.
|
||||
|
||||
2000-03-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||
|
||||
* arbiters.c (scm_make_arbiter), async.c (scm_async), dynwind.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue