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

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

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

revision 1.36 by mvo, Thu Oct 3 22:53:17 2002 UTC revision 1.37 by mvo, Wed Oct 16 16:09:22 2002 UTC
# Line 395  scm_all_threads (void) Line 395  scm_all_threads (void)
395    
396  scm_root_state *  scm_root_state *
397  scm_i_thread_root (SCM thread)  scm_i_thread_root (SCM thread)
 #define FUNC_NAME "scm_i_thread_root"  
398  {  {
   SCM_VALIDATE_THREAD (1, thread);  
399    return (scm_root_state *)((coop_t *)SCM_THREAD_DATA (thread))->data;    return (scm_root_state *)((coop_t *)SCM_THREAD_DATA (thread))->data;
400  }  }
 #undef FUNC_NAME  
401    
402  SCM  SCM
403  scm_join_thread (SCM thread)  scm_join_thread (SCM thread)

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

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