ntdll: enable CreateRemoteThread and RtlCreateUserThread for remote processes

Alexandre Julliard julliard at winehq.org
Mon Jul 17 03:14:27 CDT 2006


"Dan Kegel" <dank at kegel.com> writes:

> I guess the worst case is the signal will be delivered at the beginning
> of the next time slice, so that shouldn't be too long.

There's no need to wait for that. On a UP system obviously the thread
is interrupted already since you are doing a kill syscall. On SMP an
inter-CPU interrupt is sent.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list