[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Sun Nov 22 12:11:27 CET 2009
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 09/11/22 12:11:27
Modified files:
cm3/m3-libs/m3core/src/thread/WIN32/: ThreadWin32.i3
ThreadWin32.m3
ThreadWin32C.c
Log message:
Like pthreads, switch from functions to variables for the static locks.
(pthreads also has a static cond, we don't)
Instead of using either Win32 "critical section" or pthread "mutex"
vocabulary, use Lock(Lock_t), Unlock(Lock_t), slotLock, heapLock, etc.
Also add NewLock and DeleteLock, not yet used.
More information about the M3commit
mailing list