HomeSort by relevance Sort by last modified time
    Searched refs:witness_assert_owner (Results 1 - 5 of 5) sorted by null

  /external/jemalloc/test/unit/
witness.c 74 witness_assert_owner(tsdn, &a);
79 witness_assert_owner(tsdn, &b);
102 witness_assert_owner(tsdn, &a);
107 witness_assert_owner(tsdn, &b);
  /external/jemalloc/include/jemalloc/internal/
witness.h 113 void witness_assert_owner(tsdn_t *tsdn, const witness_t *witness);
137 witness_assert_owner(tsdn_t *tsdn, const witness_t *witness) function
255 * witness_assert_owner() to abort, so that unit tests can test this
262 witness_assert_owner(tsdn, witness);
mutex.h 134 witness_assert_owner(tsdn, &mutex->witness);
private_namespace.h 617 #define witness_assert_owner macro
    [all...]
private_unnamespace.h 617 #undef witness_assert_owner macro

Completed in 254 milliseconds