Searched refs:__depth (Results 1 – 4 of 4) sorted by relevance
58 int __depth = backtrace(&__buffer[0], __max_depth); in __get_stack() local60 __buffer.begin() + __depth); in __get_stack()
633 __lock_impl(int& __i, int __depth, _L0& __l0, _L1&... __l1)635 while (__i >= __depth)637 if (__i == __depth)654 __i = (__depth + __failed) % __n;657 __detail::__lock_impl(__i, __depth + 1, __l1..., __l0);
496 size_t __depth = __result->_M_depth; in _GLIBCXX_VISIBILITY() local498 if (__depth > 20 in _GLIBCXX_VISIBILITY()500 || __depth > size_t(__detail::_S_max_rope_depth))) in _GLIBCXX_VISIBILITY()