Closed mrmacete closed 5 months ago
This also adds gum_spinlock_try_acquire which has the same semantics as g_rec_mutex_trylock.
gum_spinlock_try_acquire
g_rec_mutex_trylock
Thanks!! 🙌
This also adds
gum_spinlock_try_acquire
which has the same semantics asg_rec_mutex_trylock
.