Home
last modified time | relevance | path

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

/openssl/crypto/hashtable/
H A Dhashtable.c150 int need_sync; member
259 htable->wpd.need_sync = 0; in ossl_ht_write_lock()
264 int need_sync = htable->wpd.need_sync; in ossl_ht_write_unlock() local
266 htable->wpd.need_sync = 0; in ossl_ht_write_unlock()
268 if (need_sync) in ossl_ht_write_unlock()
321 h->wpd.need_sync = 1; in ossl_ht_flush_internal()
499 h->wpd.need_sync = 1; in grow_hashtable()
582 h->wpd.need_sync = 1; in ossl_ht_insert_locked()
757 h->wpd.need_sync = 1; in ossl_ht_delete()

Completed in 6 milliseconds