[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Mon May 4 12:23:07 CEST 2009


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	09/05/04 12:23:07

Modified files:
	cm3/m3-libs/m3core/src/thread/PTHREAD/: ThreadPThread.i3 
	                                        ThreadPThread.m3 
	                                        ThreadPThreadC.c 

Log message:
	activate use of
	pthread_{cond,mutex}_{new,delete}
	which are my names for calloc+init, destroy+free
	Perhaps not the best names? (They sound like they are actual
	pthreads functions and not implemented by us.)
	Perhaps small consolation here is that the Modula-3 no longer
	directly uses calloc/free, but really, indirectly, it is the same.




More information about the M3commit mailing list