This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SIGEV_THREAD


On Mon, 2002-03-11 at 12:26, george anzinger wrote:

> It is not clear
> what to do here in terms of integrating the POSIX extensions into the
> kernel.

Implementing this is easy.  Just look at the kernel aio code.  The new
thread is created before the kernel is called for the timer.  This new
thread just lingers around until the timer expires, then does its job of
calling the user-provided function.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]