-
- Downloads
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.
Showing
- dlls/kernel/thread.c 37 additions, 1 deletiondlls/kernel/thread.c
- dlls/ntdll/Makefile.in 1 addition, 1 deletiondlls/ntdll/Makefile.in
- dlls/ntdll/ntdll.spec 0 additions, 1 deletiondlls/ntdll/ntdll.spec
- dlls/ntdll/sysdeps.c 1 addition, 165 deletionsdlls/ntdll/sysdeps.c
- dlls/ntdll/thread.c 39 additions, 24 deletionsdlls/ntdll/thread.c
- include/wine/pthread.h 32 additions, 0 deletionsinclude/wine/pthread.h
- libs/wine/port.c 27 additions, 11 deletionslibs/wine/port.c
- scheduler/pthread.c 184 additions, 2 deletionsscheduler/pthread.c
Loading
Please register or sign in to comment