From mboxrd@z Thu Jan 1 00:00:00 1970 From: mdj@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-gtkthreads gthread-guile.c Date: Sat, 08 Apr 2000 09:01:00 -0000 Message-id: <20000408160139.12432.qmail@sourceware.cygnus.com> X-SW-Source: 2000-q2/msg00026.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: mdj@sourceware.cygnus.com 00/04/08 09:01:39 Modified files: guile-gtkthreads: gthread-guile.c Log message: * gthread-guile.c (g_guile_thread_functions_for_glib): Filled in entries for create, yield, join and exit. (g_thread_self_guile_impl): Set the thread pointer to a pointer to the running thread. (g_thread_create_guile_impl, g_thread_join_guile_impl): New functions.