Go to file
thorpej 8caeb10289 Cherry-pick this sys_futex.c revision and associated changes:
revision 1.13
date: 2021-09-28 08:05:42 -0700;  author: thorpej;  state: Exp;  lines: +11 -9;  commitid: FPndTp2ZDjYuyJaD;
futex_release_all_lwp(): No need to pass the "tid" argument separately; that
is a vestige of an older version of the code.  Also, move a KASSERT() that
both futex_release_all_lwp() call sites had inside of futex_release_all_lwp()
itself.

...so make this easier to test this sys_futex.c with trunk.
2021-11-03 14:49:21 +00:00
sys Cherry-pick this sys_futex.c revision and associated changes: 2021-11-03 14:49:21 +00:00
tests/lib/libc/sys futex_wake_highest_pri is not expected to fail on the thorpej-futex2 2021-08-07 01:46:54 +00:00