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

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

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

revision 1.20 by mvo, Fri Nov 2 00:19:11 2001 UTC revision 1.21 by mvo, Thu Oct 3 22:48:15 2002 UTC
# Line 3  Line 3 
3  #ifndef SCM_THREADS_H  #ifndef SCM_THREADS_H
4  #define SCM_THREADS_H  #define SCM_THREADS_H
5    
6  /* Copyright (C) 1996,1997,1998,2000,2001 Free Software Foundation, Inc.  /* Copyright (C) 1996,1997,1998,2000,2001, 2002 Free Software Foundation, Inc.
7   *   *
8   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
9   * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
# Line 49  Line 49 
49  #include "libguile/__scm.h"  #include "libguile/__scm.h"
50  #include "libguile/procs.h"  #include "libguile/procs.h"
51  #include "libguile/throw.h"  #include "libguile/throw.h"
52    #include "libguile/root.h"
53    
54    
55    
# Line 100  SCM_API SCM scm_make_condition_variable Line 101  SCM_API SCM scm_make_condition_variable
101  SCM_API SCM scm_wait_condition_variable (SCM cond, SCM mutex);  SCM_API SCM scm_wait_condition_variable (SCM cond, SCM mutex);
102  SCM_API SCM scm_signal_condition_variable (SCM cond);  SCM_API SCM scm_signal_condition_variable (SCM cond);
103    
104    SCM_API SCM scm_current_thread (void);
105    SCM_API SCM scm_all_threads (void);
106    
107    SCM_API scm_root_state *scm_i_thread_root (SCM thread);
108    
109  #ifdef USE_COOP_THREADS  #ifdef USE_COOP_THREADS
110  #include "libguile/coop-defs.h"  #include "libguile/coop-defs.h"
111  #endif  #endif

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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