/[guile]/guile/guile-core/libguile/threads.c
ViewVC logotype

Diff of /guile/guile-core/libguile/threads.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by mvo, Wed Oct 16 15:57:13 2002 UTC revision 1.26 by mvo, Wed Oct 16 16:25:45 2002 UTC
# Line 145  scm_init_threads (SCM_STACKITEM *i) Line 145  scm_init_threads (SCM_STACKITEM *i)
145    scm_tc16_thread = scm_make_smob_type ("thread", 0);    scm_tc16_thread = scm_make_smob_type ("thread", 0);
146    scm_tc16_mutex = scm_make_smob_type ("mutex", sizeof (scm_t_mutex));    scm_tc16_mutex = scm_make_smob_type ("mutex", sizeof (scm_t_mutex));
147    scm_tc16_condvar = scm_make_smob_type ("condition-variable",    scm_tc16_condvar = scm_make_smob_type ("condition-variable",
148                                           sizeof (scm_t_condvar));                                           sizeof (scm_t_cond));
149                                                                                    
150  #include "libguile/threads.x"  #include "libguile/threads.x"
151    /* Initialize implementation specific details of the threads support */    /* Initialize implementation specific details of the threads support */

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26