You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If WaitQueue::wait unwinds, it leaves its entry in the UnsafeList. This is probably bad. Perhaps use rtassert/rtabort to avoid unwinding? Is there a way to make it unwind-safe?