Home
last modified time | relevance | path

Searched defs:_TPools (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc1108 struct synchronized_pool_resource::_TPools struct in std::pmr::synchronized_pool_resource
1112 _TPools(synchronized_pool_resource& owner, exclusive_lock&) in _TPools() function
1120 ~_TPools() in ~_TPools()
1139 void move_nonempty_chunks() in move_nonempty_chunks()
1154 synchronized_pool_resource& owner;
1155 __pool_resource::_Pool* pools = nullptr;
1156 _TPools* prev = nullptr;
1157 _TPools* next = nullptr;
1159 static void destroy(_TPools* p) in destroy()
1174 using _TPools = synchronized_pool_resource::_TPools; in destroy_TPools() typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc1075 struct synchronized_pool_resource::_TPools struct in std::pmr::synchronized_pool_resource
1079 _TPools(synchronized_pool_resource& owner, exclusive_lock&) in _TPools() argument
1087 ~_TPools() in ~_TPools()
1106 void move_nonempty_chunks() in move_nonempty_chunks()
1121 synchronized_pool_resource& owner;
1122 __pool_resource::_Pool* pools = nullptr;
1123 _TPools* prev = nullptr;
1124 _TPools* next = nullptr;
1126 static void destroy(_TPools* p) in destroy()
1141 using _TPools = synchronized_pool_resource::_TPools; in destroy_TPools() typedef