ChangeSet ID: 9982 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/11/05 17:31:12
Modified files: scheduler : pthread.c libs/wine : port.c include/wine : pthread.h dlls/ntdll : thread.c sysdeps.c ntdll.spec Makefile.in dlls/kernel : thread.c
Log message: Added wine_pthread_create_thread and wine_pthread_exit_thread to the pthread support, and removed the corresponding SYSDEPS functions. Moved stack allocation for new threads to wine_pthread_create_thread to allow more flexibility.
Patch: http://cvs.winehq.com/patch.py?id=9982
Old revision New revision Changes Path 1.46 1.47 +184 -2 wine/scheduler/pthread.c 1.3 1.4 +27 -11 wine/libs/wine/port.c 1.2 1.3 +32 -0 wine/include/wine/pthread.h 1.9 1.10 +39 -24 wine/dlls/ntdll/thread.c 1.14 1.15 +1 -165 wine/dlls/ntdll/sysdeps.c 1.136 1.137 +0 -1 wine/dlls/ntdll/ntdll.spec 1.91 1.92 +1 -1 wine/dlls/ntdll/Makefile.in 1.11 1.12 +37 -1 wine/dlls/kernel/thread.c