/[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.33 by mvo, Sat Apr 5 19:10:22 2003 UTC revision 1.34 by ela, Thu May 29 14:39:13 2003 UTC
# Line 238  extern scm_t_key scm_i_thread_key; Line 238  extern scm_t_key scm_i_thread_key;
238     They really refer to the root state of the running thread. */     They really refer to the root state of the running thread. */
239  #define SCM_THREAD_LOCAL_DATA (scm_i_plugin_getspecific (scm_i_root_state_key))  #define SCM_THREAD_LOCAL_DATA (scm_i_plugin_getspecific (scm_i_root_state_key))
240  #define SCM_SET_THREAD_LOCAL_DATA(x) scm_i_set_thread_data(x)  #define SCM_SET_THREAD_LOCAL_DATA(x) scm_i_set_thread_data(x)
241  extern scm_t_key scm_i_root_state_key;  SCM_API scm_t_key scm_i_root_state_key;
242  SCM_API void scm_i_set_thread_data (void *);  SCM_API void scm_i_set_thread_data (void *);
243    
244  #endif  /* SCM_THREADS_H */  #endif  /* SCM_THREADS_H */

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

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