This is the mail archive of the libc-alpha@sourceware.org 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]
Other format: [Raw text]

Re: [PATCH] nptl: Remove cancellation checks from sem_{timed}wait (BZ #23006)


* Adhemerval Zanella:

> In any case, do you think we should make sem_{timed}wait not a cancellation
> entrypoint for 2.30? I can rework the patch if it is the case.

Do we have any other form of blocking synchronization that is
cancellable?  If not, a cancellable semaphore wait operation would make
sense.  But then we should perform the cancellation check on the fast
path, too.

Thanks,
Florian


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