#include "pthread_impl.h" #include int pthread_spin_trylock(pthread_spinlock_t *s) { return a_cas(s, 0, EBUSY); }

AltStyle によって変換されたページ (->オリジナル) /