23 Jul
2021
23 Jul
'21
5:03 a.m.
Hi, I suspect the answer is no, but is there a way of using an Argobots condition variable with an rwlock instead of a mutex? (my use-case is a structure that receives many read requests and a few writes, clearly justifying using a rwlock instead of a mutex, but I may want some of the reads to block until a write has happened, which means I need a condition variable). Thanks, Matthieu