Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
*
* Return 0 on success, negative error value on error.
* Threads calling this API need to be registered RCU read-side threads.
+ * cds_lfht_destroy should *not* be called from a RCU read-side critical
+ * section.
*/
int cds_lfht_destroy(struct cds_lfht *ht, pthread_attr_t **attr);
*
* Threads calling this API need to be registered RCU read-side threads.
* This function does not (necessarily) issue memory barriers.
+ * cds_lfht_resize should *not* be called from a RCU read-side critical
+ * section.
*/
void cds_lfht_resize(struct cds_lfht *ht, unsigned long new_size);