Home
last modified time | relevance | path

Searched refs:_M_max_threads (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dmt_allocator.cc47 size_t _M_max_threads; member
274 const size_t __max_threads = __options._M_max_threads + 1; in _M_reclaim_block()
361 const size_t __max_threads = __options._M_max_threads + 1; in _M_reserve_block()
503 || freelist._M_max_threads < _M_options._M_max_threads) in _M_initialize()
506 * _M_options._M_max_threads; in _M_initialize()
513 for (__i = 1; __i < _M_options._M_max_threads; ++__i) in _M_initialize()
546 next_id = freelist._M_max_threads; in _M_initialize()
554 freelist._M_max_threads = _M_options._M_max_threads; in _M_initialize()
558 const size_t __max_threads = _M_options._M_max_threads + 1; in _M_initialize()
632 return _M_id >= _M_options._M_max_threads ? 0 : _M_id; in _M_get_thread_id()
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dmt_allocator.h99 size_t _M_max_threads; member
115 _M_chunk_size(_S_chunk_size), _M_max_threads(_S_max_threads), in _Tune()
124 _M_chunk_size(__chunk), _M_max_threads(__maxthreads), in _Tune()