Function panda_sys::qht_reset

source ·
pub unsafe extern "C" fn qht_reset(ht: *mut qht)
Expand description

qht_reset - reset a QHT @ht: QHT to be reset

All entries in the hash table are reset. No resizing is performed.

If concurrent readers may exist, the objects pointed to by the hash table must remain valid for the existing RCU grace period – see qht_remove(). See also: qht_reset_size()