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 v8 1/8] nptl: Add C11 threads thrd_* functions


On 07/13/2018 03:18 PM, Adhemerval Zanella wrote:
Right, I will change thrd_sleep to use a cancellation entrypoint. We
can evaluate the POSIX cancellation interaction with C11 threads in
next releases.

Agreed. We've discussed internally a POSIX thread attribute which inhibits cancellation for thread in case it is created by a higher-level run-time which does not support cancellation. I'm not sure if this should apply to C11 threads, but we should consider it as an enhancement for POSIX threads at least.

Thanks,
Florian


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