ntdll: Move all thread exit processing to exit_thread(), and make RtlExitUserThread...
authorAlexandre Julliard <julliard@winehq.org>
Thu, 18 Jun 2009 14:50:34 +0000 (16:50 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 18 Jun 2009 15:06:21 +0000 (17:06 +0200)
commit06105495291704d96b7922715e293afc0029fd99
tree58ab09ea2458da6105e2b5422f6f95f928f3e242
parentf124c7cc38e7edf0823347afa5f8e7126143080d
ntdll: Move all thread exit processing to exit_thread(), and make RtlExitUserThread() CPU-specific.
dlls/ntdll/ntdll_misc.h
dlls/ntdll/signal_i386.c
dlls/ntdll/signal_powerpc.c
dlls/ntdll/signal_sparc.c
dlls/ntdll/signal_x86_64.c
dlls/ntdll/thread.c