Lines Matching full:since
38 meantime, B executes, and since B is of a higher priority than C, it preempts C,
69 of A. So now if B becomes runnable, it would not preempt C, since C now has
102 process. Since the scope of the waiter is within the code for
133 would never diverge, since a process can't be blocked on more than one
161 Since a process may own more than one mutex, but never be blocked on more than
176 Also since a mutex may have more than one process blocked on it, we can
228 defined. But is very complex to figure it out, since it depends on all
293 Now since mutexes can be defined by user-land applications, we don't want a DOS
305 mutex is not owned, this owner is set to NULL. Since all architectures
332 This is really nice to have, since it allows you to only update a variable
357 priority process that is waiting any of mutexes owned by the task. Since
437 The wait_lock of the mutex is taken since the slow path of unlocking the
477 Since the wait_lock was taken at the entry of the slow lock, we can safely
481 and add the current process to that tree. Since the pi_waiter of the owner
518 CMPXCHG. Since the taking of a mutex on contention always sets the