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]

Re: Posix semaphore between different processes


On Wed, 29 Nov 2000, H . J . Lu wrote:

> Are you suggesting we implement POSIX semaphore in kernel, including
> the inter-thread one? I guess kernel can tell if 2 tasks belong to
> the same process or not.

Why? Function pointers be used to bind a different set of operations for a
process-shared semaphore at run time.  Going to the kernel for inter-thread
semaphore operations would be a drag.


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