created | 2021-11-30T10:16:00Z |
---|---|
begin | 2021-11-22T14:00:52Z |
end | 2021-11-22T14:57:17Z |
path | src/sys |
commits | 1 |
date | 2021-11-22T14:57:17Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/kern/sys_futex.c | log | diff | annotate |
message |
Let futex_wait() run without kernel lock The KERNEL_LOCK() is no longer necessary with rwsleep() and PCATCH because the sleep machinery now does the locking internally. OK mpi@ |