HomeSort by relevance Sort by last modified time
    Searched refs:__max_depth (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_node.h 53 std::size_t __max_depth = __stack_max_depth(); local
54 if (__max_depth == 0)
56 __stack_npt __buffer(__max_depth);
57 int __depth = backtrace(&__buffer[0], __max_depth);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_node.h 53 std::size_t __max_depth = __stack_max_depth(); local
54 if (__max_depth == 0)
56 __stack_npt __buffer(__max_depth);
57 int __depth = backtrace(&__buffer[0], __max_depth);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_node.h 53 std::size_t __max_depth = __stack_max_depth(); local
54 if (__max_depth == 0)
56 __stack_npt __buffer(__max_depth);
57 int __depth = backtrace(&__buffer[0], __max_depth);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_node.h 53 std::size_t __max_depth = __stack_max_depth(); local
54 if (__max_depth == 0)
56 __stack_npt __buffer(__max_depth);
57 int __depth = backtrace(&__buffer[0], __max_depth);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_node.h 53 std::size_t __max_depth = __stack_max_depth(); local
54 if (__max_depth == 0)
56 __stack_npt __buffer(__max_depth);
57 int __depth = backtrace(&__buffer[0], __max_depth);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_node.h 53 std::size_t __max_depth = __stack_max_depth(); local
54 if (__max_depth == 0)
56 __stack_npt __buffer(__max_depth);
57 int __depth = backtrace(&__buffer[0], __max_depth);

Completed in 387 milliseconds