/[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.32 by mdj, Mon Dec 9 13:42:58 2002 UTC revision 1.33 by mdj, Mon Dec 9 19:27:44 2002 UTC
# Line 1051  scm_spawn_thread (scm_t_catch_body body, Line 1051  scm_spawn_thread (scm_t_catch_body body,
1051    return create_thread (body, body_data, handler, handler_data, SCM_BOOL_F);    return create_thread (body, body_data, handler, handler_data, SCM_BOOL_F);
1052  }  }
1053    
 #if 0  
1054  int  int
1055  scm_mutex_lock (scm_t_mutex *m)  scm_mutex_lock (scm_t_mutex *m)
1056  {  {
# Line 1078  scm_cond_timedwait (scm_t_cond *c, scm_t Line 1077  scm_cond_timedwait (scm_t_cond *c, scm_t
1077    scm_i_enter_guile (t);    scm_i_enter_guile (t);
1078    return res;    return res;
1079  }  }
 #endif  
1080    
1081  void  void
1082  scm_enter_guile ()  scm_enter_guile ()

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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