Continue the pthreads torture.
This commit is contained in:
parent
3d5e34e146
commit
c6687d4591
25 changed files with 440 additions and 124 deletions
|
|
@ -1,3 +1,7 @@
|
|||
#include "ucontext.c"
|
||||
|
||||
#ifdef OLD
|
||||
|
||||
#include "threadimpl.h"
|
||||
/*
|
||||
* To use this you need some patches to Valgrind that
|
||||
|
|
@ -55,3 +59,4 @@ _threadstacklimit(void *bottom, void *top)
|
|||
VALGRIND_SET_STACK_LIMIT(1, bottom, top);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue