Home
last modified time | relevance | path

Searched refs:port_getn (Results 1 - 3 of 3) sorted by relevance

/third_party/libuv/src/unix/
H A Dsunos.c233 err = port_getn(loop->backend_fd, in uv__io_poll()
243 /* Work around another kernel bug: port_getn() may return events even in uv__io_poll()
249 perror("(libuv) port_getn()"); in uv__io_poll()
465 * Note that our use of port_getn() here (and not port_get()) is deliberate: in uv__fs_event_read()
468 * actually any events (!); by using port_getn() in lieu of port_get(), in uv__fs_event_read()
474 r = port_getn(loop->fs_fd, &pe, 1, &n, &timeout); in uv__fs_event_read()
/third_party/node/deps/uv/src/unix/
H A Dsunos.c233 err = port_getn(loop->backend_fd, in uv__io_poll()
243 /* Work around another kernel bug: port_getn() may return events even in uv__io_poll()
249 perror("(libuv) port_getn()"); in uv__io_poll()
458 * Note that our use of port_getn() here (and not port_get()) is deliberate: in uv__fs_event_read()
461 * actually any events (!); by using port_getn() in lieu of port_get(), in uv__fs_event_read()
467 r = port_getn(loop->fs_fd, &pe, 1, &n, &timeout); in uv__fs_event_read()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2920 pub fn port_getn( in port_getn() functions

Completed in 11 milliseconds