Searched refs:load_next (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/tokio/src/sync/mpsc/ |
D | list.rs | 120 .load_next(Acquire) in find_block() 257 block.load_next(Acquire) in try_advancing_head() 295 let next_block = block.as_ref().load_next(Relaxed); in reclaim_blocks() 325 cur = block.as_ref().load_next(Relaxed); in free_blocks()
|
D | block.rs | 231 pub(crate) fn load_next(&self, ordering: Ordering) -> Option<NonNull<Block<T>>> { in load_next() method
|
/external/python/mock/ |
D | release.py | 26 blurbs.load_next(path)
|
/external/python/cpython2/Python/ |
D | import.c | 2233 static PyObject *load_next(PyObject *mod, PyObject *altmod, 2269 head = load_next(parent, level < 0 ? Py_None : parent, &name, buf, in import_module_level() 2278 next = load_next(tail, tail, &name, buf, &buflen); in import_module_level() 2518 load_next(PyObject *mod, PyObject *altmod, char **p_name, char *buf, in load_next() function
|