Searched refs:EVLOCK_TRY_LOCK_ (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Devthread-internal.h135 static inline int EVLOCK_TRY_LOCK_(void *lock);
137 EVLOCK_TRY_LOCK_(void *lock) function
249 static inline int EVLOCK_TRY_LOCK_(void *lock);
251 EVLOCK_TRY_LOCK_(void *lock) function
311 #define EVLOCK_TRY_LOCK_(lock) 1 macro
H A Dbufferevent_ratelim.c357 /* Note that in this loop we call EVLOCK_TRY_LOCK_ instead of BEV_LOCK,
364 if (EVLOCK_TRY_LOCK_(bev->lock)) {
382 if (EVLOCK_TRY_LOCK_(bev->lock)) {
495 if (EVLOCK_TRY_LOCK_(bev->lock)) {
514 if (EVLOCK_TRY_LOCK_(bev->lock)) {

Completed in 125 milliseconds