Searched defs:B (Results 1 – 4 of 4) sorted by relevance
| /rust/kernel/sync/ |
| A D | condvar.rs | 117 guard: &mut Guard<'_, T, B>, in wait_internal() argument 145 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait() argument 170 guard: &mut Guard<'_, T, B>, in wait_interruptible_freezable() argument 188 guard: &mut Guard<'_, T, B>, in wait_interruptible_timeout() argument
|
| A D | lock.rs | 167 pub fn lock(&self) -> Guard<'_, T, B> { in lock() argument 180 pub fn try_lock(&self) -> Option<Guard<'_, T, B>> { in try_lock() argument 229 pub fn lock_ref(&self) -> &'a Lock<T, B> { in lock_ref() argument 274 pub unsafe fn new(lock: &'a Lock<T, B>, state: B::GuardState) -> Self { in new() argument
|
| A D | locked_by.rs | 102 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new() argument
|
| /rust/kernel/sync/lock/ |
| A D | global.rs | 80 pub fn lock(&'static self) -> GlobalGuard<B> { in lock() 87 pub fn try_lock(&'static self) -> Option<GlobalGuard<B>> { in try_lock()
|
Completed in 7 milliseconds