Home
last modified time | relevance | path

Searched refs:__spin_try_lock (Results 1 – 5 of 5) sorted by relevance

/mach/
A Dspin-lock.c12 libc_hidden_def (__spin_try_lock);
13 weak_alias (__spin_try_lock, spin_try_lock);
A Dlock-intern.h76 extern int __spin_try_lock (__spin_lock_t *__lock);
80 __spin_try_lock (__spin_lock_t *__lock) in __spin_try_lock() function
142 return (__spin_try_lock ((__spin_lock_t *)__lock)); in __mutex_trylock()
A Dspin-solid.c24 while (__spin_lock_locked (lock) || ! __spin_try_lock (lock)) in __spin_lock_solid()
A Dspin-lock.h29 #define spin_try_lock(lock) __spin_try_lock (lock)
A DVersions68 __spin_lock; __spin_lock_init; __spin_lock_solid; __spin_try_lock;

Completed in 11 milliseconds