Searched refs:__lock (Results 1 – 1 of 1) sorted by relevance
42 __spin_lock_init (__spin_lock_t *__lock) in __spin_lock_init() argument44 *__lock = __SPIN_LOCK_INITIALIZER; in __spin_lock_init()58 __spin_lock (__spin_lock_t *__lock) in __spin_lock() argument60 __lll_lock (__lock, 0); in __spin_lock()69 __spin_unlock (__spin_lock_t *__lock) in __spin_unlock() argument71 __lll_unlock (__lock, 0); in __spin_unlock()80 __spin_try_lock (__spin_lock_t *__lock) in __spin_try_lock() argument100 __spin_lock_t __lock; member117 __mutex_lock (void *__lock) in __mutex_lock() argument129 __mutex_unlock (void *__lock) in __mutex_unlock() argument[all …]
Completed in 7 milliseconds