ChangeSet ID: 10952 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/02/04 20:01:35
Modified files: loader : pthread.c kthread.c libs/wine : wine.def port.c include/wine : pthread.h dlls/ntdll : thread.c dlls/kernel : thread.c
Log message: Fixed a couple of race conditions in the wine_pthread routines at thread startup and exit.
Patch: http://cvs.winehq.org/patch.py?id=10952
Old revision New revision Changes Path 1.4 1.5 +28 -18 wine/loader/pthread.c 1.3 1.4 +38 -28 wine/loader/kthread.c 1.9 1.10 +1 -0 wine/libs/wine/wine.def 1.7 1.8 +7 -0 wine/libs/wine/port.c 1.4 1.5 +2 -0 wine/include/wine/pthread.h 1.15 1.16 +3 -1 wine/dlls/ntdll/thread.c 1.15 1.16 +17 -5 wine/dlls/kernel/thread.c