Searched refs:__m_kind (Results 1 – 5 of 5) sorted by relevance
63 /* Define to 1 if pthread_mutex_t has a member called __m_kind. */
186 /* Define to 1 if pthread_mutex_t has a member called __m_kind. */
1299 # Check whether pthread_mutex_t has a member called __m_kind.1301 AC_CHECK_MEMBER([pthread_mutex_t.__m_kind],1304 [Define to 1 if pthread_mutex_t has a member called __m_kind.])
371 if (IS_ALIGNED(&mutex->__m_kind)) in DRD_()373 const int kind = mutex->__m_kind & 3; in DRD_()
520 int __m_kind; member