wrong behavior in pthread_barrier_wait() #9953
Labels
area: POSIX
POSIX API Library
bug
The issue is a bug, or the PR is fixing a bug
priority: medium
Medium impact/importance bug
Milestone
This function does not have the behaviour defined in IEEE Std 1003.1.
It should return PTHREAD_BARRIER_SERIAL_THREAD constant for an arbitrary thread and 0 for the others synchronized threads.
The text was updated successfully, but these errors were encountered: