Home
last modified time | relevance | path

Searched refs:entries (Results 1 – 6 of 6) sorted by relevance

/libuv/src/win/
H A Dfs-fd-hash-inl.h59 struct uv__fd_hash_entry_s entries[UV__FD_HASH_GROUP_SIZE]; member
102 if (group_ptr->entries[i].fd == fd) { \
103 entry_ptr = &group_ptr->entries[i]; \
158 entry_ptr = &bucket_ptr->data->entries[i]; in uv__fd_hash_add()
180 if (entry_ptr != &bucket_ptr->data->entries[i]) { in uv__fd_hash_remove()
181 *entry_ptr = bucket_ptr->data->entries[i]; in uv__fd_hash_remove()
/libuv/docs/src/
H A Dfs.rst301 :c:type:`uv_dirent_t` elements used to hold the read directory entries and
304 On success, the result is an integer >= 0 representing the number of entries
313 This function does not return the "." and ".." entries.
326 more entries ``UV_EOF`` will be returned.
329 Unlike `scandir(3)`, this function does not return the "." and ".." entries.
H A Dthreading.rst101 The mask_size specifies the number of entries (bytes) in cpumask / oldmask,
114 The mask_size specifies the number of entries (bytes) in cpumask,
/libuv/src/unix/
H A Daix.c1035 size_t entries = 0; in uv_uptime() local
1045 ++entries; in uv_uptime()
H A Dlinux.c432 int uv__io_uring_setup(int entries, struct uv__io_uring_params* params) { in uv__io_uring_setup() argument
433 return syscall(__NR_io_uring_setup, entries, params); in uv__io_uring_setup()
504 uint32_t entries, in uv__iou_init() argument
533 ringfd = uv__io_uring_setup(entries, &params); in uv__iou_init()
/libuv/
H A DChangeLog474 * doc: add entries to LINKS.md (Trevor Norris)
698 * doc: fix v1.43.0 changelog entries (cjihrig)
1954 * doc: add missing uv_fs_type entries (Michele Caini)
4552 * mailmap: remove duplicated entries (Saúl Ibarra Corretgé)

Completed in 31 milliseconds