Searched defs:lock (Results 1 – 11 of 11) sorted by relevance
5 void rust_helper___spin_lock_init(spinlock_t *lock, const char *name, in rust_helper___spin_lock_init()19 void rust_helper_spin_lock(spinlock_t *lock) in rust_helper_spin_lock()24 void rust_helper_spin_unlock(spinlock_t *lock) in rust_helper_spin_unlock()29 int rust_helper_spin_trylock(spinlock_t *lock) in rust_helper_spin_trylock()34 void rust_helper_spin_assert_is_held(spinlock_t *lock) in rust_helper_spin_assert_is_held()
5 void rust_helper_mutex_lock(struct mutex *lock) in rust_helper_mutex_lock()10 int rust_helper_mutex_trylock(struct mutex *lock) in rust_helper_mutex_trylock()26 void rust_helper_mutex_destroy(struct mutex *lock) in rust_helper_mutex_destroy()
115 unsafe fn lock(ptr: *mut Self::State) -> Self::GuardState { in lock() method
114 unsafe fn lock(ptr: *mut Self::State) -> Self::GuardState { in lock() method
80 pub fn lock(&'static self) -> GlobalGuard<B> { in lock() method
16 pub mod lock; module
135 pub fn lock(&self) -> Guard<'_, T> { in lock() method
29 lock: SpinLock, field
109 pub fn lock(&self) -> PThreadMutexGuard<'_, T> { in lock() method
92 pub fn lock(&self) -> Pin<CMutexGuard<'_, T>> { in lock() method
65 unsafe fn lock(ptr: *mut Self::State) -> Self::GuardState; in lock() method167 pub fn lock(&self) -> Guard<'_, T, B> { in lock() method
Completed in 16 milliseconds