Searched refs:local_variable (Results 1 – 1 of 1) sorted by relevance
1389 char local_variable; in pthread_attr_getstack_18908062_helper() local1397 ASSERT_LE(reinterpret_cast<char*>(stack_base), &local_variable); in pthread_attr_getstack_18908062_helper()1398 ASSERT_LT(&local_variable, reinterpret_cast<char*>(stack_base) + stack_size); in pthread_attr_getstack_18908062_helper()