Home
last modified time | relevance | path

Searched refs:load_next (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/tokio/src/sync/mpsc/
Dlist.rs120 .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()
Dblock.rs231 pub(crate) fn load_next(&self, ordering: Ordering) -> Option<NonNull<Block<T>>> { in load_next() method
/external/python/mock/
Drelease.py26 blurbs.load_next(path)
/external/python/cpython2/Python/
Dimport.c2233 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