created | 2024-02-13T00:38:16Z |
---|---|
begin | 2024-02-09T14:57:36Z |
end | 2024-02-09T15:06:23Z |
path | src/sys |
commits | 1 |
date | 2024-02-09T15:06:23Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/kern/kern_clockintr.c | log | diff | annotate |
message |
clockintr: refactor clockintr_cancel() into clockintr_cancel_locked() Move the mutex-protected portions of clockintr_cancel() into a separate function, clockintr_cancel_locked(), so that the code can be reused by other callers. Thread: https://marc.info/?l=openbsd-tech&m=170629367121800&w=2 ok mpi@ |