X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Frculfhash.h;h=4c400ce81e5b534fcef71b6fec40142ac27ecea4;hb=02c3d91e578d156910027060ac720b1192e7ddc2;hp=9c382120111c34d31d86fd80e9206d575626534a;hpb=e3481e91d0d7f536042e1c6e5e5e885037230e68;p=userspace-rcu.git diff --git a/urcu/rculfhash.h b/urcu/rculfhash.h index 9c38212..4c400ce 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -177,7 +177,8 @@ 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. * cds_lfht_destroy should *not* be called from a RCU read-side critical - * section. + * section. It should *not* be called from a call_rcu thread context + * neither. */ extern int cds_lfht_destroy(struct cds_lfht *ht, pthread_attr_t **attr);