Searched refs:plo_try (Results 1 – 2 of 2) sorted by relevance
86 int (*plo_try)(__cpu_simple_lock_t *); member213 if (__predict_true((*self->pt_lockops.plo_try)(lock))) in pthread__spinlock()223 return (*self->pt_lockops.plo_try)(lock); in pthread__spintrylock()238 #define pthread__simple_lock_try(alp) (*pthread__lock_ops->plo_try)(alp)
159 if ((*self->pt_lockops.plo_try)(lock)) in pthread__spinlock_slow()