Searched refs:event_iocp_activate_overlapped_ (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_iocp.c | 176 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 10, 100)); in test_iocp_port() 177 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 20, 200)); in test_iocp_port() 179 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 11, 101)); in test_iocp_port() 180 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 21, 201)); in test_iocp_port() 182 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 12, 102)); in test_iocp_port() 183 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 22, 202)); in test_iocp_port() 185 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 13, 103)); in test_iocp_port() 186 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 23, 203)); in test_iocp_port()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_iocp.c | 176 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 10, 100)); in test_iocp_port() 177 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 20, 200)); in test_iocp_port() 179 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 11, 101)); in test_iocp_port() 180 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 21, 201)); in test_iocp_port() 182 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 12, 102)); in test_iocp_port() 183 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 22, 202)); in test_iocp_port() 185 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 13, 103)); in test_iocp_port() 186 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 23, 203)); in test_iocp_port()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | iocp-internal.h | 186 int event_iocp_activate_overlapped_(struct event_iocp_port *port,
|
H A D | event_iocp.c | 276 event_iocp_activate_overlapped_( in event_iocp_activate_overlapped_() function
|
/freebsd/contrib/libevent/ |
H A D | iocp-internal.h | 186 int event_iocp_activate_overlapped_(struct event_iocp_port *port,
|
H A D | event_iocp.c | 276 event_iocp_activate_overlapped_( in event_iocp_activate_overlapped_() function
|