Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/src/
H A Dmt_allocator.cc47 size_t _M_max_threads; member
274 const size_t __max_threads = __options._M_max_threads + 1; in _M_reclaim_block()
503 || freelist._M_max_threads < _M_options._M_max_threads) in _M_initialize()
506 * _M_options._M_max_threads; 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()
632 return _M_id >= _M_options._M_max_threads ? 0 : _M_id; in _M_get_thread_id()
696 || freelist._M_max_threads < _M_options._M_max_threads) in _M_initialize()
699 * _M_options._M_max_threads; in _M_initialize()
739 next_id = freelist._M_max_threads; in _M_initialize()
[all …]
/freebsd-12.1/contrib/libstdc++/include/ext/
H A 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()