[PD-cvs] pd/src m_pd.h,1.1.1.4.2.13,1.1.1.4.2.14

Tim Blechmann timblech at users.sourceforge.net
Sun May 23 20:55:01 CEST 2004


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22071

Modified Files:
      Tag: devel_0_37
	m_pd.h 
Log Message:
t_garray thread locks


Index: m_pd.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v
retrieving revision 1.1.1.4.2.13
retrieving revision 1.1.1.4.2.14
diff -C2 -d -r1.1.1.4.2.13 -r1.1.1.4.2.14
*** m_pd.h	16 May 2004 21:21:04 -0000	1.1.1.4.2.13
--- m_pd.h	23 May 2004 18:54:59 -0000	1.1.1.4.2.14
***************
*** 601,604 ****
--- 601,608 ----
  EXTERN void garray_usedindsp(t_garray *x);
  EXTERN void garray_setsaveit(t_garray *x, int saveit);
+ EXTERN void garray_lock(t_garray *x);   /* TB: array locking */
+ EXTERN void garray_unlock(t_garray *x);
+ EXTERN int garray_trylock(t_garray *x);
+ 
  EXTERN t_class *scalar_class;
  





More information about the Pd-cvs mailing list