From owner-freebsd-arch Fri Sep 28 9:23:49 2001 Delivered-To: freebsd-arch@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id 87AC137B40D for ; Fri, 28 Sep 2001 09:23:43 -0700 (PDT) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id KAA71232; Fri, 28 Sep 2001 10:03:39 -0700 (PDT) Date: Fri, 28 Sep 2001 10:03:39 -0700 (PDT) From: Julian Elischer To: Daniel Eischen Cc: Alfred Perlstein , arch@FreeBSD.ORG Subject: Re: KSE next steps... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ah yes, I forgot that .. :-) On Fri, 28 Sep 2001, Daniel Eischen wrote: > On Fri, 28 Sep 2001, Alfred Perlstein wrote: > > * Daniel Eischen [010928 06:54] wrote: > > > On Fri, 28 Sep 2001, Alfred Perlstein wrote: > > > > * Julian Elischer [010928 02:44] wrote: > > > > > > > > > > int abort_thread(struct kt_context *ktc); /* if we find a thread in */ > > > > > /* this process that has this ktc, */ > > > > > /* then if it is sleeping, abort the syscall */ > > > > > /* if it is running, let it continue but set */ > > > > > /* flag so that if it tries to sleep, it aborts */ > > > > > /* instead */ > > > > > > > > Unless I'm misunderstanding you, this will not be possible without > > > > a tremendous amount of work, a variation that may work is allowing > > > > the syscall to run to completion, returning the error code and then > > > > aborting it. Too much code would have to change if tsleep became > > > > a cancellation point. > > > > > > Think of this as kill() on a process; it shouldn't be too different. > > > If PCATCH is specified in the tsleep, then it is terminated immediately, > > > otherwise it just remains pending until (and if) it is checked at a > > > later point in time. Regardless of whether PCATCH is specified, the > > > thread never returns to userland. The UTS is notified through an > > > upcall in the same way that it would be if a thread blocked (but with > > > a different completion status). > > > > This is quite different from winking out of existance when it tries > > to sleep. :) > > Perhaps it would be better named kse_interrupt_thread()? > > Julian, we also need another parameter on this syscall so the UTS can > specify how the context should be saved (SA_RESTART or not). > > -- > Dan Eischen > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message