Home
last modified time | relevance | path

Searched refs:items (Results 1 – 5 of 5) sorted by relevance

/libuv/src/unix/
H A Dos390-syscalls.c124 newlst = uv__reallocf(lst->items, newsize * sizeof(lst->items[0])); in maybe_resize()
134 lst->items = newlst; in maybe_resize()
193 uv__free(lst->items); in child_fork()
194 lst->items = NULL; in child_fork()
220 lst->items = NULL; in epoll_create1()
248 lst->items[fd].fd = -1; in epoll_ctl()
261 lst->items[fd].fd = fd; in epoll_ctl()
311 pfds = lst->items; in epoll_wait()
363 if (fd < lst->size && lst->items != NULL && lst->items[fd].fd != -1) in epoll_file_close()
380 uv__free(lst->items); in epoll_queue_close()
[all …]
H A Dos390-syscalls.h49 struct pollfd* items; member
/libuv/docs/
H A DMakefile46 @echo " changes to make an overview of all changed/added/deprecated items"
H A Dmake.bat36 echo. changes to make an overview over all changed/added/deprecated items
/libuv/m4/
H A Dax_pthread.m4127 # C compiler flags, and other items are library names, except for "none"
134 # individual items follow:

Completed in 10 milliseconds