OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__max_depth
(Results
1 - 7
of
7
) sorted by null
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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/9/sources/cxx-stl/gnu-libstdc++/4.7/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/9/sources/cxx-stl/gnu-libstdc++/4.8/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_node.h
60
std::size_t
__max_depth
= __stack_max_depth();
local
61
if (
__max_depth
== 0)
63
__stack_npt __buffer(
__max_depth
);
64
int __depth = backtrace(&__buffer[0],
__max_depth
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_node.h
60
std::size_t
__max_depth
= __stack_max_depth();
local
61
if (
__max_depth
== 0)
63
__stack_npt __buffer(
__max_depth
);
64
int __depth = backtrace(&__buffer[0],
__max_depth
);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_node.h
60
std::size_t
__max_depth
= __stack_max_depth();
local
61
if (
__max_depth
== 0)
63
__stack_npt __buffer(
__max_depth
);
64
int __depth = backtrace(&__buffer[0],
__max_depth
);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_node.h
60
std::size_t
__max_depth
= __stack_max_depth();
local
61
if (
__max_depth
== 0)
63
__stack_npt __buffer(
__max_depth
);
64
int __depth = backtrace(&__buffer[0],
__max_depth
);
Completed in 597 milliseconds