Lines Matching refs:m_ht
492 static HT *m_ht = NULL; variable
576 ossl_ht_read_lock(m_ht); in do_mt_hash_work()
577 m = ossl_ht_mt_TEST_MT_ENTRY_get(m_ht, TO_HT_KEY(&key), &v); in do_mt_hash_work()
583 ossl_ht_read_unlock(m_ht); in do_mt_hash_work()
589 ossl_ht_write_lock(m_ht); in do_mt_hash_work()
598 if (expected_rc != ossl_ht_mt_TEST_MT_ENTRY_insert(m_ht, in do_mt_hash_work()
609 ossl_ht_write_unlock(m_ht); in do_mt_hash_work()
614 ossl_ht_write_lock(m_ht); in do_mt_hash_work()
616 if (expected_rc != ossl_ht_delete(m_ht, TO_HT_KEY(&key))) { in do_mt_hash_work()
626 ossl_ht_write_unlock(m_ht); in do_mt_hash_work()
657 m_ht = ossl_ht_new(&hash_conf); in test_hashtable_multithread()
659 if (!TEST_ptr(m_ht)) in test_hashtable_multithread()
707 ossl_ht_free(m_ht); in test_hashtable_multithread()