tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Support for "pshared" POSIX semaphores




On Feb 2, 2019, at 10:38 AM, Kamil Rytarowski <n54%gmx.com@localhost> wrote:

Are we far away from supporting pshared in pthread.h too?

There are already function stubs for this in the header hidden with
_PTHREAD_PSHARED.

In theory, a bunch of the pthread pshared stuff could be implemented on top of _ksem_*(), now that it supports pshared.

-- thorpej



Home | Main Index | Thread Index | Old Index