Searched refs:iterating (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/uv/src/unix/ |
H A D | linux-inotify.c | 39 int iterating; member 107 * list until we're done iterating. c.f. uv__inotify_read. in uv__inotify_fork() 111 watcher_list->iterating = 1; in uv__inotify_fork() 129 watcher_list->iterating = 0; in uv__inotify_fork() 159 if ((!w->iterating) && QUEUE_EMPTY(&w->watchers)) { in maybe_free_watcher_list() 218 * And we don't free the watcher_list until we're done iterating. in uv__inotify_read() 224 w->iterating = 1; in uv__inotify_read() 235 /* done iterating, time to (maybe) free empty watcher_list */ in uv__inotify_read() 236 w->iterating = 0; in uv__inotify_read() 291 w->iterating in uv_fs_event_start() [all...] |
/third_party/node/test/fixtures/wpt/streams/readable-streams/ |
H A D | async-iterator.any.js | 58 }, 'Async-iterating a push source'); 77 }, 'Async-iterating a pull source'); 94 }, 'Async-iterating a push source with undefined values'); 113 }, 'Async-iterating a pull source with undefined values'); 145 }, 'Async-iterating a pull source manually'); 160 }, 'Async-iterating an errored stream throws'); 172 }, 'Async-iterating a closed stream never executes the loop body, but works fine'); 188 }, 'Async-iterating an empty but not closed/errored stream never executes the loop body and stalls the async function'); 210 }, 'Async-iterating a partially consumed stream'); 540 }, 'Acquiring a reader after exhaustively async-iterating [all...] |
/third_party/libuv/src/unix/ |
H A D | linux.c | 285 int iterating; member 2401 * list until we're done iterating. c.f. uv__inotify_read. in uv__inotify_fork() 2405 watcher_list->iterating = 1; in uv__inotify_fork() 2423 watcher_list->iterating = 0; in uv__inotify_fork() 2453 if ((!w->iterating) && uv__queue_empty(&w->watchers)) { in maybe_free_watcher_list() 2513 * And we don't free the watcher_list until we're done iterating. in uv__inotify_read() 2519 w->iterating = 1; in uv__inotify_read() 2530 /* done iterating, time to (maybe) free empty watcher_list */ in uv__inotify_read() 2531 w->iterating = 0; in uv__inotify_read() 2589 w->iterating in uv_fs_event_start() [all...] |
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 12209 // of values as iterating over both in sequence. in test_append_permutations() 17965 // Because we're iterating over `String`s, we can avoid at least in from_iter() 17992 // Because we're iterating over CoWs, we can (potentially) avoid at least 32386 // than iterating, based on the benchmarks in in fmt() [all...] |
Completed in 55 milliseconds