Added wine_pthread_create_thread and wine_pthread_exit_thread to the
commit8574412e1e72bc71d74d6cd7c39768d02ed94169
authorAlexandre Julliard <julliard@winehq.org>
Wed, 5 Nov 2003 23:31:11 +0000 (5 23:31 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 5 Nov 2003 23:31:11 +0000 (5 23:31 +0000)
tree6c8a9a5ae5f40dc78499684393d801ae6786bfef
parent8defcd386c67a24aaea7bc443054fdb8dee9cbf5
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.
dlls/kernel/thread.c
dlls/ntdll/Makefile.in
dlls/ntdll/ntdll.spec
dlls/ntdll/sysdeps.c
dlls/ntdll/thread.c
include/wine/pthread.h
libs/wine/port.c
scheduler/pthread.c