Skip to content

ntdll: Create a pthread for the main thread.

Rémi Bernon requested to merge tmp-pthread-1 into master

So that we can safely call pthread_exit from the unix main thread, and wait for all other threads to exit. The last win32 thread will actually terminate the process directly by calling _exit.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52213

Merge request reports

Loading