[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Fri Nov 27 12:03:26 CET 2009
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 09/11/27 12:03:26
Modified files:
cm3/m3-libs/m3core/src/thread/PTHREAD/: ThreadPThreadC.c
Added files:
cm3/m3-libs/m3core/src/thread/PTHREAD/: interix.c
Log message:
work in progress for interix direct suspend
it seems pretty simple and viable
not yet worked out small issues:
reaching around for #include (or, notice that it ended up
so simple, that we can just duplicate the three lines
plus #include windows.h for context; though the headers
seem to conflict and we do need context, so probably
best to compile separately)
similarly, the .lib
using HANDLE instead pthread_t
(need to store both in the activation,
and then use NtDuplicateObject(NtCurrentThread()) probably)
More information about the M3commit
mailing list