This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] nptl: Fix join/tryjoin comments.
* Carlos O'Donell:
> Why is the comment wrong? Or do you mean to say the comment could be
> made more accurate?
Let's go back a step. My understanding is that pthread_join and
pthread_timedjoin_np are both cancellation points, but
pthread_tryjoin_np is not. Are you saying that pthread_timedjoin_np is
not a cancellation point?
I assume that would be a bug.
Thanks,
Florian