public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [RFC 0/1] Contributing a compound object to the libpthread
@ 2017-12-13 23:35 Oleh Derevenko
  2018-04-02 23:07 ` Oleh Derevenko
  0 siblings, 1 reply; 22+ messages in thread
From: Oleh Derevenko @ 2017-12-13 23:35 UTC (permalink / raw)
  To: Carlos O'Donell; +Cc: libc-alpha

Hi Carlos,

On Wed, Jan 13, 2016 at 5:55 AM, Carlos O'Donell <carlos@redhat.com> wrote:
>
> On 01/06/2016 06:38 AM, Oleh Derevenko wrote:
> > Hi All,
> >
> > Sorry for a somewhat unusual question.
> >
> > I have a devised a compound synchronization object approximately of
> > the rwlock's level which helps with some aspects of data queue
> > handling and provider-consumer interactions between threads. One of
> > particular uses - it allows to wait for a worker to complete a
> > specific work item with priority inheritance from the waiting thread
> > (if the OS provides the priority inheritance feature at all, of
> > course). If I would like to contribute this object to the libpthread,
> > what would be the best way/place to do it?
>
> At present libpthread implements the POSIX Threads functions and some
> additional non-portable extenions. We don't deviate much from pthreads.
> If your new feature is quite different then it might not be a match for
> libpthread or glibc.
>
> You should start by making your code available perhaps in a distinct
> project or as a glibc add-on and discussing further once you have more
> concrete information to present. Consider carefully the license of your
> code and all things you'll need for a good contribution:
> https://sourceware.org/glibc/wiki/Contribution%20checklist
>
> I know it's quite a lot to review, but license and copyright assignment
> are the top two things to get out of the way if you're looking to
> contribute to the project at any level.
>
> We are also starting to discuss a non-pthread experimental library
> for exposing executaion agent interfaces to be used by higher level
> frameworks whose requirements don't directly map well onto POSIX
> threads. Your synchronization object might be suited to such an
> experimental library, but again it's hard to say without any more
> information.
>
> Cheers,
> Carlos.
>

Sorry for a kind of necroposting -- it has been quite long since I
started this topic.
So, having considered what I had, I decided to apply for a patent on
the synchronization technique I mentioned. After all, it's not every
day you come up with ideas like that.
Now the application has been published and is available at
http://appft.uspto.gov/netahtml/PTO/search-adv.html (use
“DN/20170329652” for the search) and thus I can present the related
implementation here, following in the next e-mail fragment. The
functions and the synchronization objects themselves were formatted in
the style and with naming conventions of libpthread (merely for sake
of convenience). There are descriptive commentaries in the code and a
few usage examples written as C pseudocode in a commentary at the end
of the header file.
I could provide these objects free for GPL licensed projects (and
probably for LGPL applications as well -- all, but libraries, to avoid
misuse within commercial sotware), if the public is interested in it.
I'm not generally following the discussions here but throwing a quick
glance now and then I saw people trying to get priority inheritance
with pthread_cond_wait(). My synchronization objects are a readily
available alternative. And though requiring somewhat advanced
synchronization skills and proper thread hierarchy design, they cover
all my needs for event waits requiring priority inheritance.

-- 

Oleh Derevenko
 -- Skype with underscore

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2018-06-20 13:14 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-13 23:35 [RFC 0/1] Contributing a compound object to the libpthread Oleh Derevenko
2018-04-02 23:07 ` Oleh Derevenko
2018-04-03 13:41   ` Ben Hutchings
2018-04-03 20:06     ` Oleh Derevenko
     [not found]       ` <CAC1wWD0OwFLqUD2uXnavBzfEw=HCRn3fGW54zYfxRozxp8HsyA@mail.gmail.com>
2018-06-15 14:05         ` Oleh Derevenko
2018-06-15 14:31           ` Florian Weimer
2018-06-16 18:37             ` Oleh Derevenko
2018-06-18 13:22               ` Adhemerval Zanella
2018-06-18 19:52                 ` Oleh Derevenko
2018-06-18 21:03                   ` Adhemerval Zanella
2018-06-18 21:06                   ` DJ Delorie
2018-06-18 22:26                     ` Oleh Derevenko
2018-06-19 12:07                       ` Adhemerval Zanella
2018-06-19 12:42                         ` Oleh Derevenko
2018-06-19 13:09                           ` Adhemerval Zanella
2018-06-19 15:36                             ` Patrick McGehearty
2018-06-19 16:28                           ` DJ Delorie
2018-06-19 16:52                             ` Zack Weinberg
2018-06-19 19:26                             ` Joseph Myers
2018-06-19 19:55                               ` DJ Delorie
2018-06-19 22:39                                 ` Oleh Derevenko
2018-06-20 13:14                                   ` Carlos O'Donell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).