https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271983

Mark Johnston <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |[email protected]

--- Comment #1 from Mark Johnston <[email protected]> ---
sched_bind() moves the calling thread to a different CPU, so here it's switched
off the old CPU and waiting for a chance to run on the new one.  If that's not
happening quickly, it's probably because some other, higher-priority thread is
monopolizing the target CPU.  top -H ought to be able to confirm whether that's
the case.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to