Alexandre Julliard
|
a4d1826c69
|
Better fix for the thread exit race on pthreads.
|
2004-02-11 23:58:46 +00:00 |
Alexandre Julliard
|
163396b955
|
Revert the thread exit race fix for now, it doesn't work right on
pthreads.
|
2004-02-05 17:45:31 +00:00 |
Alexandre Julliard
|
4fac95df3d
|
Fixed a couple of race conditions in the wine_pthread routines at
thread startup and exit.
|
2004-02-05 02:01:35 +00:00 |
Alexandre Julliard
|
821ab8636f
|
Added configure check for pthread_getattr_np.
|
2003-11-12 22:44:56 +00:00 |
Alexandre Julliard
|
b2d937d5d9
|
Added sigsetjmp/siglongjmp and gettid to the portability library.
|
2003-11-12 03:16:00 +00:00 |
Alexandre Julliard
|
50fba7ffec
|
Moved the remaining SYSDEPS_* functions to the wine_pthread interface.
Let the pthread library allocate the stack itself.
|
2003-11-09 01:25:23 +00:00 |
Alexandre Julliard
|
f45325e443
|
Create two separate wine binaries, one using libpthread and one using
kernel threading directly.
Get rid of the remaining HAVE_NPTL ifdefs.
Remove the scheduler directory.
|
2003-11-06 23:05:41 +00:00 |