Opened on 02/21/19 at 09:19:27
#3697 assigned defect
pthread_once() lacks proper support for thread cancellation
Reported by: | Sebastian Huber | Owned by: | Sebastian Huber |
---|---|---|---|
Priority: | normal | Milestone: | Indefinite |
Component: | posix | Version: | 5 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_once.html
"The pthread_once() function is not a cancellation point. However, if init_routine is a cancellation point and is canceled, the effect on once_control shall be as if pthread_once() was never called."
Note: See
TracTickets for help on using
tickets.