Searched refs:m_ht (Results 1 – 1 of 1) sorted by relevance
492 static HT *m_ht = NULL; variable576 ossl_ht_read_lock(m_ht); 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()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()[all …]
Completed in 4 milliseconds