Searched refs:PTW32_RWLOCK_MAGIC (Results 1 – 10 of 10) sorted by relevance
63 if (rwl->nMagic != PTW32_RWLOCK_MAGIC) in pthread_rwlock_unlock()
71 if (rwl->nMagic != PTW32_RWLOCK_MAGIC) in pthread_rwlock_tryrdlock()
71 if (rwl->nMagic != PTW32_RWLOCK_MAGIC) in pthread_rwlock_rdlock()
72 if (rwl->nMagic != PTW32_RWLOCK_MAGIC) in pthread_rwlock_timedrdlock()
71 if (rwl->nMagic != PTW32_RWLOCK_MAGIC) in pthread_rwlock_trywrlock()
90 rwl->nMagic = PTW32_RWLOCK_MAGIC; in pthread_rwlock_init()
71 if (rwl->nMagic != PTW32_RWLOCK_MAGIC) in pthread_rwlock_wrlock()
72 if (rwl->nMagic != PTW32_RWLOCK_MAGIC) in pthread_rwlock_timedwrlock()
57 if (rwl->nMagic != PTW32_RWLOCK_MAGIC) in pthread_rwlock_destroy()
383 #define PTW32_RWLOCK_MAGIC 0xfacade2 macro