public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
From: "Joël Krähemann" <jkraehemann@gmail.com>
To: Sebastian Huber <sebastian.huber@embedded-brains.de>
Cc: libc-help@sourceware.org
Subject: Re: pthread_mutex_timedlock() vs. clock_settime()
Date: Mon, 1 Aug 2022 09:41:17 +0200	[thread overview]
Message-ID: <CA+Owze6Z7ggeWAPNdh7NMRPcjUoH=UkbARbJZTV4cPbrowk+RQ@mail.gmail.com> (raw)
In-Reply-To: <CA+Owze7ZSu+_VzBVvFwCQ0gqqHHBsf3RkXsU_YVxbKWwU2AVtw@mail.gmail.com>

Hi,

At my opinion, if you do really parallelism you should make use of
something like this:

https://www.nongnu.org/gsequencer/api/4.2.0/libags/thread.html

The AgsThread::run() function is what you usually override to run your
parallel code.

AgsConcurrencyProvider::get_task_launcher() can be used to run in
conflict free context, without any parallelism.
Your AgsTask implementation is launched while the tree is fully synchronized ...

What I want to say is, parallelism is a complex topic and libags.so
would provide abstraction to it.

regards,
Joël

On Mon, Aug 1, 2022 at 9:10 AM Joël Krähemann <jkraehemann@gmail.com> wrote:
>
> Hi Sebastian,
>
> You have a dead-lock, probably. I just looked at your code. You are
> using non-recursive mutices and I think this mutex was locked twice by
> the very same thread.
>
>  Your code is buggy.
>
> regards,
> Joël
>
> On Mon, Aug 1, 2022 at 8:47 AM Sebastian Huber
> <sebastian.huber@embedded-brains.de> wrote:
> >
> > Hello,
> >
> > I use the attached test program to check several POSIX functions which
> > use an absolute CLOCK_REALTIME timeout. I noticed that the
> > pthread_mutex_timedlock() with clock_settime() test cases doesn't work
> > (it doesn't time out when the CLOCK_REALTIME is set past the time out
> > time point). The test case works for the other synchronization objects,
> > for example semaphores (sem_timedwait()) or condition variables
> > (pthread_cond_timedwait()). I am not sure if this is a problem with my
> > understanding of the POSIX standard, my test case implementation, or the
> > glibc/Linux version. I use Linux 5.3.18.
> >
> > --
> > embedded brains GmbH
> > Herr Sebastian HUBER
> > Dornierstr. 4
> > 82178 Puchheim
> > Germany
> > email: sebastian.huber@embedded-brains.de
> > phone: +49-89-18 94 741 - 16
> > fax:   +49-89-18 94 741 - 08
> >
> > Registergericht: Amtsgericht München
> > Registernummer: HRB 157899
> > Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
> > Unsere Datenschutzerklärung finden Sie hier:
> > https://embedded-brains.de/datenschutzerklaerung/

  reply	other threads:[~2022-08-01  7:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-02  8:43 Sebastian Huber
2022-08-01  7:10 ` Joël Krähemann
2022-08-01  7:41   ` Joël Krähemann [this message]
2022-08-03 23:44   ` Sebastian Huber
2022-08-01  8:28     ` Joël Krähemann
2022-08-01  8:36       ` Sebastian Huber
2022-08-01  9:51         ` Joël Krähemann
2022-08-01 11:51           ` Joël Krähemann
2022-08-01 11:59             ` Joël Krähemann
2022-08-01 14:44               ` Joël Krähemann
2022-08-01 16:31             ` Sebastian Huber
2022-08-01 20:11               ` Joël Krähemann
2022-08-01 22:05                 ` Joël Krähemann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+Owze6Z7ggeWAPNdh7NMRPcjUoH=UkbARbJZTV4cPbrowk+RQ@mail.gmail.com' \
    --to=jkraehemann@gmail.com \
    --cc=libc-help@sourceware.org \
    --cc=sebastian.huber@embedded-brains.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).