From: Olivier Dion Date: Fri, 14 Jul 2023 16:49:24 +0000 (-0400) Subject: tests/regression/rcutorture: Use urcu-wait X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=0d48d10d15ca38fea1010456581b4840dbc9f888;hp=0d48d10d15ca38fea1010456581b4840dbc9f888;p=urcu.git tests/regression/rcutorture: Use urcu-wait pthread_cond_wait(3) can have spurious wakeups on some OS. To detect such spurious wakeup, a global variable is shared between the waiter and the waker. We can use urcu-wait instead. Change-Id: I6a2d2f3c9104ea23df16a7c8ba3557bb5d58306c Signed-off-by: Olivier Dion Signed-off-by: Mathieu Desnoyers ---