Lines Matching refs:there
39 Now there's no way of knowing how long A will be sleeping waiting for C
322 in more detail, but is set whenever there are waiters on a mutex.
422 When this function is called, there are no locks held. That also means
444 there is another process higher in priority that is blocked on one of the
493 So as long as there is an owner of this mutex that is not the same
543 mutex has not woken up yet, there's no reason that the higher priority process
566 If there is contention on the lock, whether it is owned or pending owner
579 does not implement CMPXCHG would always grab the lock (if there's no
585 be false, because if the mutex has no owner, there are no waiters and
614 is never blocked on a mutex. So there is no PI chain to worry about. It also
615 means that if the mutex doesn't have any waiters, there's no accounting needed
619 If there are waiters on this mutex, and we just stole the ownership, we need
630 If there is no owner (or we successfully stole the lock), we set the owner
639 there exists an owner, or there's a pending owner with equal or higher
738 owner still needs to make this check. If there are no waiters then the mutex
742 If there are waiters, then we need to wake one up and give that waiter
750 as the "Has Waiters" bit if there still are other processes blocked on the