ptw32_spinlock_check_need_init  622 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h   int ptw32_spinlock_check_need_init (pthread_spinlock_t * lock);
ptw32_spinlock_check_need_init   55 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_spin_lock.c       if ((result = ptw32_spinlock_check_need_init (lock)) != 0)
ptw32_spinlock_check_need_init   55 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_spin_trylock.c       if ((result = ptw32_spinlock_check_need_init (lock)) != 0)