Home
last modified time | relevance | path

Searched refs:plo_try (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/lib/libpthread/
Dpthread_int.h86 int (*plo_try)(__cpu_simple_lock_t *); member
213 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)
Dpthread_lock.c159 if ((*self->pt_lockops.plo_try)(lock)) in pthread__spinlock_slow()