commit 4e7c9dfbd0ad1f7bb5ec7c5f6eb6d6a1c44c404a
Author: Matthew Dillon <[email protected]>
Date: Sun Oct 15 00:13:42 2017 -0700
libthread_xu - Wakeup all waiters
* For now punt on trying to wakeup an optimized numbers of waiters.
Wake up all waiters and let them sort it out.
* This may fix specific count races in threaded programs using
pthread mutexes.
Summary of changes:
lib/libthread_xu/thread/thr_umtx.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4e7c9dfbd0ad1f7bb5ec7c5f6eb6d6a1c44c404a
--
DragonFly BSD source repository