HomeSort by: relevance | last modified time | path
    Searched refs:handle3 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-udp-reuseport.c 35 uv_udp_t handle1, handle2, handle3; local
57 r = uv_udp_init(loop, &handle3);
63 r = uv_udp_bind(&handle3, (const struct sockaddr*) &addr3,
  /src/external/bsd/jemalloc/dist/test/unit/
hook.c 177 void *handle3 = hook_install(TSDN_NULL, &hooks3); local
182 expect_ptr_ne(handle3, NULL, "Hook installation failed");
201 hook_remove(TSDN_NULL, handle3);

Completed in 27 milliseconds