On Sat, 25 Mar 100, Alex Korobka wrote: > > This topic already came up before the decision to use clone(). Pthreads API lacks >several functions > necessary to implement certain Windows thread API. > > ThreadSuspend() > ThreadResume() > SetThreadContext() > > Suspend/resume functionality can be simulated with signals (SunOS thread API does >just that), but > I'm not sure about SetThreadContext(). > > Alex You can use ptrace, if the pthread implementation is 1-1 user-kernel. (If not, then none of this is going to work anyway.) Andrew Lewycky [EMAIL PROTECTED]
- Re: Wine problem with XFree 4.0 Ove Kaaven
- Re: Wine problem with XFree 4.0 Alexandre Julliard
- Re: Wine problem with XFree 4.0 Ulrich Weigand
- Re: Wine problem with XFree 4.0 Alexandre Julliard
- Re: Wine problem with XFree 4.0 Ulrich Weigand
- Re: Wine problem with XFree 4... Andrew Lewycky
- Re: Wine problem with XFree 4... Ulrich Weigand
- Re: Wine problem with XFree 4... Andrew Lewycky
- Re: Wine problem with XFree 4... Alexandre Julliard
- Re: Wine problem with XFree 4... Alex Korobka
- Re: Wine problem with XFree 4... Andrew Lewycky
- Re: Wine problem with XFree 4... Ulrich Weigand
- Re: Wine problem with XFree 4.0 Lionel Ulmer
- Re: Wine problem with XFree 4.0 Ove Kaaven
- Re: Wine problem with XFree 4.0 Lionel Ulmer
- Re: Wine problem with XFree 4.0 Ove Kaaven
- Re: Wine problem with XFree 4.0 Lionel Ulmer
- RE: Wine problem with XFree 4.0 Patrik Stridvall
- RE: Wine problem with XFree 4.0 Patrik Stridvall
- Re: Wine problem with XFree 4.0 Alexandre Julliard
- RE: Wine problem with XFree 4.0 Patrik Stridvall