Searched defs:local_variable (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dpthread_test.cpp1389 char local_variable; local
1396 // Test whether &local_variable is in [stack_base, stack_base + stack_size).
1397 ASSERT_LE(reinterpret_cast<char*>(stack_base), &local_variable); local
1398 ASSERT_LT(&local_variable, reinterpret_cast<char*>(stack_base) + stack_size);

Completed in 74 milliseconds