Searched refs:_root (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/l4re_vfs/include/impl/ |
A D | vfs_impl.h | 102 : _early_oom(true), _root_mount(), _root(L4Re::Env::env()) in Vfs() 105 _root.add_ref(); in Vfs() 106 _root_mount.mount(cxx::ref_ptr(&_root)); in Vfs() 107 _cwd = cxx::ref_ptr(&_root); in Vfs() 111 _root.openat("rom", 0, 0, &rom); in Vfs() 115 _root.openat("lib", 0, 0, &_cwd); in Vfs() 156 L4Re::Core::Env_dir _root; variable 344 return cxx::ref_ptr(&_root); in get_root()
|
/l4re-core-master/moe/server/src/ |
A D | name_space.cc | 27 static auto *_root = Moe::Moe_alloc::allocator()->make_obj<Moe::Name_space>(); in root_name_space() local 28 return _root; in root_name_space()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/pstl/ |
A D | parallel_backend_tbb.h | 731 bool _root; //means a task is merging root task variable 828 _M_comp(__comp), _M_leaf_merge(__leaf_merge), _M_nsort(__nsort), _root(__root), in __merge_func() 856 return _root ? nullptr : &static_cast<__func_task<__merge_func>*>(__self->parent())->body(); in parent_merge() 1030 _M_x_beg, _M_z_beg, _x_orig, _y_orig, _root); in split_merging()
|
Completed in 8 milliseconds