Home
last modified time | relevance | path

Searched refs:__max_depth (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/profile/impl/
A Dprofiler_node.h54 std::size_t __max_depth = __stack_max_depth(); in __get_stack() local
55 if (__max_depth == 0) in __get_stack()
57 __stack_npt __buffer(__max_depth); in __get_stack()
58 int __depth = backtrace(&__buffer[0], __max_depth); in __get_stack()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/profile/impl/
A Dprofiler_node.h54 std::size_t __max_depth = __stack_max_depth(); in __get_stack() local
55 if (__max_depth == 0) in __get_stack()
57 __stack_npt __buffer(__max_depth); in __get_stack()
58 int __depth = backtrace(&__buffer[0], __max_depth); in __get_stack()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/profile/impl/
A Dprofiler_node.h54 std::size_t __max_depth = __stack_max_depth(); in __get_stack() local
55 if (__max_depth == 0) in __get_stack()
57 __stack_npt __buffer(__max_depth); in __get_stack()
58 int __depth = backtrace(&__buffer[0], __max_depth); in __get_stack()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/profile/impl/
A Dprofiler_node.h54 std::size_t __max_depth = __stack_max_depth(); in __get_stack() local
55 if (__max_depth == 0) in __get_stack()
57 __stack_npt __buffer(__max_depth); in __get_stack()
58 int __depth = backtrace(&__buffer[0], __max_depth); in __get_stack()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/profile/impl/
A Dprofiler_node.h54 std::size_t __max_depth = __stack_max_depth(); in __get_stack() local
55 if (__max_depth == 0) in __get_stack()
57 __stack_npt __buffer(__max_depth); in __get_stack()
58 int __depth = backtrace(&__buffer[0], __max_depth); in __get_stack()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/profile/impl/
A Dprofiler_node.h53 std::size_t __max_depth = __stack_max_depth(); in __get_stack() local
54 if (__max_depth == 0) in __get_stack()
56 __stack_npt __buffer(__max_depth); in __get_stack()
57 int __depth = backtrace(&__buffer[0], __max_depth); in __get_stack()

Completed in 8 milliseconds