Home
last modified time | relevance | path

Searched refs:Pool (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/src/core/common/
Dpool.hpp63 template <class Type, uint16_t kPoolSize> class Pool : private NonCopyable class
69 Pool(void) in Pool() function in ot::Pool
86 explicit Pool(Instance &aInstance) in Pool() function in ot::Pool
Dmessage.hpp1889 Pool<Buffer, kNumBuffers> mBufferPool;
/openthread-latest/src/core/net/
Dnetif.hpp636Pool<UnicastAddress, OPENTHREAD_CONFIG_IP6_MAX_EXT_UCAST_ADDRS> mExtUnicastAddressPool;
637Pool<ExternalMulticastAddress, OPENTHREAD_CONFIG_IP6_MAX_EXT_MCAST_ADDRS> mExtMulticastAddressPool;
Dnat64_translator.hpp373 Pool<AddressMapping, kAddressMappingPoolSize> mAddressMappingPool;
/openthread-latest/src/core/utils/
Dsrp_client_buffers.hpp243 Pool<ServiceEntry, kMaxServices> mServicePool;
Dlink_metrics_manager.hpp211 Pool<Subject, kMaximumSubjectToTrack> mPool;
/openthread-latest/tests/unit/
Dtest_pool.cpp66 typedef Pool<Entry, kPoolSize> EntryPool;
/openthread-latest/src/core/thread/
Dlink_metrics.hpp334 Pool<SeriesInfo, kMaxSeriesSupported> mSeriesInfoPool;
Daddress_resolver.hpp316 typedef Pool<CacheEntry, kCacheEntries> CacheEntryPool;
/openthread-latest/examples/platforms/utils/
Dlink_metrics.cpp154 typedef Pool<LinkMetricsDataInfo, kMaxEnhAckProbingInitiator> LinkMetricsDataInfoPool;
/openthread-latest/tests/scripts/thread-cert/
Drun_cert_suite.py93 pool = multiprocessing.Pool(processes=MAX_JOBS)
/openthread-latest/src/core/border_router/
Drouting_manager.hpp1068 Pool<SharedEntry, kMaxEntries> mEntryPool;
1069 Pool<Entry<Router>, kMaxRouters> mRouterPool;