guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/libguile coop-threads.c coop-d...


From: Marius Vollmer
Subject: guile/guile-core/libguile coop-threads.c coop-d...
Date: Thu, 03 Oct 2002 18:53:17 -0400

CVSROOT:        /cvsroot/guile
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 02/10/03 18:53:17

Modified files:
        guile-core/libguile: coop-threads.c coop-defs.h 

Log message:
        * coop-defs.h (coop_t): Added new "handle" slot.
        * coop-threads.c (all_threads, scm_current_thread,
        scm_all_threads, scm_i_thread_root): New.
        (scm_threads_init): Add main thread to all_threads.
        (scheme_launch_thread): Remove thread from all_threads when it
        terminates.
        (scm_call_with_new_thread): Initialize handle slot of coop_t
        structure and add new thread to all_threads.
        (scm_spawn_thread): Likewise.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/coop-threads.c.diff?tr1=1.35&tr2=1.36&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/coop-defs.h.diff?tr1=1.25&tr2=1.26&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]