HomeSort by relevance Sort by last modified time
    Searched refs:EVLOCK_TRY_LOCK_ (Results 1 - 2 of 2) sorted by null

  /external/libevent/
evthread-internal.h 135 static inline int EVLOCK_TRY_LOCK_(void *lock);
137 EVLOCK_TRY_LOCK_(void *lock)
249 static inline int EVLOCK_TRY_LOCK_(void *lock);
251 EVLOCK_TRY_LOCK_(void *lock)
311 #define EVLOCK_TRY_LOCK_(lock) 1
bufferevent_ratelim.c 357 /* 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 673 milliseconds