gh-112606: Use pthread_cond_timedwait_relative_np() in parking_lot.c when available (#112616)
Add a configure define for HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE_NP and replaces pthread_cond_timedwait() with pthread_cond_timedwait_relative_np() for relative time when supported in semaphore waiting logic.
M
Matt Prodani committed
e5e186609fdd74bc53e8478da22b76440d996baa
Parent: fda7445
Committed by GitHub <noreply@github.com>
on 1/30/2024, 9:22:17 PM