Home | History | Annotate | Download | only in ext

Lines Matching refs:_Thread

187   template<bool _Thread>
386 template<template <bool> class _PoolTp, bool _Thread>
389 typedef _PoolTp<_Thread> pool_type;
399 template<template <bool> class _PoolTp, bool _Thread>
455 template<template <bool> class _PoolTp, bool _Thread>
456 struct __common_pool_policy : public __common_pool_base<_PoolTp, _Thread>
459 bool _Thread1 = _Thread>
463 using __common_pool_base<_PoolTp, _Thread>::_S_get_pool;
464 using __common_pool_base<_PoolTp, _Thread>::_S_initialize_once;
468 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
472 typedef _PoolTp<_Thread> pool_type;
494 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
550 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
552 : public __per_type_pool_base<_Tp, _PoolTp, _Thread>
555 _Thread>
559 using __per_type_pool_base<_Tp, _PoolTp, _Thread>::_S_get_pool;
560 using __per_type_pool_base<_Tp, _PoolTp, _Thread>::_S_initialize_once;