wine/ loader/pthread.c loader/kthread.c libs/w ...

Alexandre Julliard julliard at winehq.org
Sat Nov 8 19:25:24 CST 2003


ChangeSet ID:	10005
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/11/08 19:25:23

Modified files:
	loader         : pthread.c kthread.c 
	libs/wine      : port.c 
	include/wine   : pthread.h 
	include        : thread.h 
	dlls/ntdll     : thread.c server.c ntdll_misc.h Makefile.in 
	dlls/kernel    : pthread.c 
Removed files:
	dlls/ntdll     : sysdeps.c 

Log message:
	Moved the remaining SYSDEPS_* functions to the wine_pthread interface.
	Let the pthread library allocate the stack itself.

Patch: http://cvs.winehq.com/patch.py?id=10005

Old revision  New revision  Changes     Path
 1.1           1.2           +67 -11     wine/loader/pthread.c
 1.1           1.2           +55 -2      wine/loader/kthread.c
 1.4           1.5           +9 -1       wine/libs/wine/port.c
 1.3           1.4           +12 -8      wine/include/wine/pthread.h
 1.89          1.90          +0 -4       wine/include/thread.h
 1.11          1.12          +25 -4      wine/dlls/ntdll/thread.c
 1.5           1.6           +3 -3       wine/dlls/ntdll/server.c
 1.31          1.32          +1 -1       wine/dlls/ntdll/ntdll_misc.h
 1.92          1.93          +0 -1       wine/dlls/ntdll/Makefile.in
 1.5           1.6           +1 -0       wine/dlls/kernel/pthread.c
 1.16          Removed       +0 -0       wine/dlls/ntdll/sysdeps.c




More information about the wine-cvs mailing list