1*c9945492SAndroid Build Coastguard Worker #include "pthread_impl.h" 2*c9945492SAndroid Build Coastguard Worker pthread_spin_init(pthread_spinlock_t * s,int shared)3*c9945492SAndroid Build Coastguard Workerint pthread_spin_init(pthread_spinlock_t *s, int shared) 4*c9945492SAndroid Build Coastguard Worker { 5*c9945492SAndroid Build Coastguard Worker return *s = 0; 6*c9945492SAndroid Build Coastguard Worker } 7