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