Searched refs:lowest_to_date (Results 1 – 1 of 1) sorted by relevance
846 static int lowest_to_date = THREAD_SIZE; in check_stack_usage() 852 if (free >= lowest_to_date) in check_stack_usage() 856 if (free < lowest_to_date) { in check_stack_usage() 859 lowest_to_date = free; in check_stack_usage() 845 static int lowest_to_date = THREAD_SIZE; check_stack_usage() local