Alexandre Julliard : ntdll: Allocate the stack for all threads, don' t rely on pthread to do it for us.
23 Feb
2009
23 Feb
'09
4 p.m.
Module: wine Branch: master Commit: 1056771b9100a9bf6bb9abf79c8379753129ace4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1056771b9100a9bf6bb9abf79c... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Feb 23 14:24:59 2009 +0100 ntdll: Allocate the stack for all threads, don't rely on pthread to do it for us. --- dlls/ntdll/loader.c | 6 +---- dlls/ntdll/ntdll_misc.h | 2 +- dlls/ntdll/thread.c | 55 +++++++++++++--------------------------------- dlls/ntdll/virtual.c | 43 ++++++++++++++++++------------------ 4 files changed, 39 insertions(+), 67 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1056771b9100a9bf6bb9ab...
6233
Age (days ago)
6233
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard