Timestamp:
02/12/19 11:19:38 (5 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
3d65f45
Parents:
3ecb207
git-author:
Sebastian Huber <sebastian.huber@…> (02/12/19 11:19:38)
git-committer:
Sebastian Huber <sebastian.huber@…> (02/18/19 06:25:58)
Message:

score: Avoid some deadlocks in _Once()

Recursive usage of the same pthread_once_t results now in a deadlock.
Previously, an error of EINVAL was returned. This usage scenario is
invalid according to the POSIX pthread_once() specification.

Close #3334.

(No files)

Note: See TracChangeset for help on using the changeset viewer.