[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Mon Nov 30 13:03:07 CET 2009


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	09/11/30 13:03:07

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

Log message:
	keep two thread handles
	what to call them is unclear
	here we ahve:
	joinHandle
	suspendResumeHandle
	
	aka:
	pthread
	ntthread
	
	on all but Interix (and possibly Cygwin), they are equivalent,
	either the result of pthread_create or pthread_self
	
	on Interix, once is pthread_create/self, the other is a kernel handle
	for suspend/resume
	
	alternate names welcome
	the intent seems hoky, but helps much




More information about the M3commit mailing list