Home
last modified time | relevance | path

Searched refs:__m_kind (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/
DANDROID_PATCH_AGAINST_UPSTREAM.txt63 /* Define to 1 if pthread_mutex_t has a member called __m_kind. */
Dconfig.h.in186 /* Define to 1 if pthread_mutex_t has a member called __m_kind. */
Dconfigure.ac1299 # 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.])
/external/valgrind/drd/
Ddrd_pthread_intercepts.c371 if (IS_ALIGNED(&mutex->__m_kind)) in DRD_()
373 const int kind = mutex->__m_kind & 3; in DRD_()
/external/valgrind/perf/
Dtest_input_for_tinycc.c520 int __m_kind; member