Home
last modified time | relevance | path

Searched refs:evutil_timercmp (Results 1 – 8 of 8) sorted by relevance

/external/libevent/test/
Dregress_minheap.c49 tt_want(evutil_timercmp(&heap->p[i]->ev_timeout, in check_heap()
85 tt_want(evutil_timercmp(&last_e->ev_timeout, in test_heap_randomized()
Dregress_util.c1326 tt_assert(evutil_timercmp(&tv[i], &tv[i+1], <)); in test_evutil_monotonic_res()
1362 } while (evutil_timercmp(&tv[i-1], &tv[i], ==)); in test_evutil_monotonic_prc()
1368 tt_assert(evutil_timercmp(&tv[i], &tv[i+1], <)); in test_evutil_monotonic_prc()
Dregress.c2820 tt_assert(evutil_timercmp(&tv2, &now, >)); in test_event_pending()
3257 tt_assert(evutil_timercmp(&tv1, &tv2, ==)); in test_gettimeofday_cached()
3258 tt_assert(evutil_timercmp(&tv2, &tv3, ==)); in test_gettimeofday_cached()
/external/libevent/
Dminheap-internal.h62 (evutil_timercmp(&(a)->ev_timeout, &(b)->ev_timeout, >))
Devent.c1558 if (evutil_timercmp(&run_at, &now, <)) { in event_persist_closure()
1699 if (evutil_timercmp(&now, endtime, >=)) in event_process_active_single_queue()
2704 evutil_timercmp(&top->ev_timeout, &now, <)) in event_add_nolock_()
3109 if (evutil_timercmp(&ev->ev_timeout, &now, <=)) { in timeout_next()
3139 if (evutil_timercmp(&ev->ev_timeout, &now, >)) in timeout_process()
3299 if (evutil_timercmp(&ev->ev_timeout, &e->ev_timeout, >=)) { in insert_common_timeout_inorder()
3899 EVUTIL_ASSERT(evutil_timercmp(&p_ev->ev_timeout, &ev->ev_timeout, <=)); in event_base_assert_ok_nolock_()
3912 EVUTIL_ASSERT(evutil_timercmp(&last->ev_timeout, &ev->ev_timeout, <=)); in event_base_assert_ok_nolock_()
Devutil_time.c191 if (evutil_timercmp(tv, &base->last_time, <)) { in adjust_monotonic_time()
Dbufferevent_ratelim.c682 same_tick = evutil_timercmp( in bufferevent_rate_limit_group_set_cfg()
/external/libevent/include/event2/
Dutil.h547 #define evutil_timercmp(tvp, uvp, cmp) \ macro