X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=include%2Furcu%2Frculfhash.h;fp=include%2Furcu%2Frculfhash.h;h=c18cf5290763dde5f86efe101adf0c1af72f8857;hb=19ec56ca7d502f12dfb7f7d4299b506ba5abecce;hp=29dd88f1f16b0ea320ffa82ef2ed0596c7aaba65;hpb=9803f7dab4c8caa1c911e9e37d4ab1f89a27dfbe;p=urcu.git diff --git a/include/urcu/rculfhash.h b/include/urcu/rculfhash.h index 29dd88f..c18cf52 100644 --- a/include/urcu/rculfhash.h +++ b/include/urcu/rculfhash.h @@ -237,16 +237,16 @@ struct cds_lfht *cds_lfht_new(unsigned long init_size, * * Return 0 on success, negative error value on error. + * Threads calling this API need to be registered RCU read-side threads. + * * Prior to liburcu 0.10: - * - 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. It should *not* be called from a call_rcu thread * context neither. * * Starting from liburcu 0.10, rculfhash implements its own worker - * thread to handle resize operations, which removes RCU requirements on - * cds_lfht_destroy. + * thread to handle resize operations, which removes the above RCU + * read-side critical section requirement on cds_lfht_destroy. */ extern int cds_lfht_destroy(struct cds_lfht *ht, pthread_attr_t **attr);