Searched refs:_next (Results 1 – 4 of 4) sorted by relevance
67 void init_root() { _next = this; } in init_root()93 _next = r->_next; in enqueue()94 oldval = (l4_umword_t)r->_next; in enqueue()107 { t->blocklistroot = (void *)get_dummy(t)->_next; } in shift()118 Lock *_next; member in Lock125 Lock *r = get_dummy(t)->_next; in find()132 i = i->_next; in find()141 Lock *r = get_dummy(t)->_next; in wakeup_others()148 i = i->_next; in wakeup_others()155 Lock *r = get_dummy(t)->_next; in free_list()[all …]
42 Lua::Lib::Lib(Prio prio) : _prio(prio), _next(0) in Lib()46 f = &(*f)->_next; in Lib()48 _next = *f; in Lib()55 for (Lib *c = _lua_init; c; c = c->_next) in run_init()
53 Lib *_next; variable
832 File_system *_next;835 File_system() throw() : _next(0) {} in File_system()867 File_system *next() const throw() { return _next; } in next()868 File_system *&next() throw() { return _next; } in next()869 void next(File_system *n) throw() { _next = n; } in next()
Completed in 6 milliseconds