ChangeSet ID: 9483 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/09/23 17:59:44
Modified files: scheduler : pthread.c include/wine : pthread.h dlls/kernel : pthread.c
Log message: Juraj Hercek juraj@syncad.com Eric Frias efrias@syncad.com Implemented pthread conditions.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9483
Old revision New revision Changes Path 1.40 1.41 +12 -13 wine/scheduler/pthread.c 1.1 1.2 +7 -0 wine/include/wine/pthread.h 1.2 1.3 +231 -1 wine/dlls/kernel/pthread.c