From: Brad Smith Date: Sat, 25 Feb 2023 02:17:16 +0000 (-0500) Subject: Add support for OpenBSD X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=11f3d1c24e6179abf8247611c5308f41d95389a1;hp=11f3d1c24e6179abf8247611c5308f41d95389a1;p=userspace-rcu.git Add support for OpenBSD - Add OpenBSD to syscall compatibility header as appropriate. - Add function for retrieving the thread id in urcu_get_thread_id(). - Rely on pthread cond variables for futex compatibility. It builds on all of our archs and fully run time tested on amd64. Signed-off-by: Brad Smith Signed-off-by: Mathieu Desnoyers Change-Id: I5cca5962ba3dc3113c9bd12e544b6e6f77dfdb61 ---