Searched refs:__spin_try_lock (Results 1 – 5 of 5) sorted by relevance
12 libc_hidden_def (__spin_try_lock);13 weak_alias (__spin_try_lock, spin_try_lock);
76 extern int __spin_try_lock (__spin_lock_t *__lock);80 __spin_try_lock (__spin_lock_t *__lock) in __spin_try_lock() function142 return (__spin_try_lock ((__spin_lock_t *)__lock)); in __mutex_trylock()
24 while (__spin_lock_locked (lock) || ! __spin_try_lock (lock)) in __spin_lock_solid()
29 #define spin_try_lock(lock) __spin_try_lock (lock)
68 __spin_lock; __spin_lock_init; __spin_lock_solid; __spin_try_lock;
Completed in 11 milliseconds