Searched refs:__spin_try_lock (Results 1 – 5 of 5) sorted by relevance
49 extern int __spin_try_lock (__spin_lock_t *__lock);53 __spin_try_lock (__spin_lock_t *__lock) in __spin_try_lock() function
52 extern int __spin_try_lock (__spin_lock_t *__lock);56 __spin_try_lock (__spin_lock_t *__lock) in __spin_try_lock() function
8 libc_hidden_proto (__spin_try_lock)
62 return __spin_try_lock ((__spin_lock_t *) __lock) ? 0 : __EBUSY; in __pthread_spin_trylock()
2427 HURD_CTHREADS_0.3 __spin_try_lock F
Completed in 5 milliseconds