OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_alt_stack
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
execution_monitor.hpp
194
boost::scoped_array<char>
m_alt_stack
;
member in class:boost::execution_monitor
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
execution_monitor.ipp
875
if( !!p_use_alt_stack && !
m_alt_stack
)
876
m_alt_stack
.reset( new char[BOOST_TEST_ALT_STACK_SIZE] );
882
!p_use_alt_stack ? 0 :
m_alt_stack
.get() );
[
all
...]
Completed in 1020 milliseconds