Searched refs:plans (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/crypto/openssl/test/
H A Drun_tests.pl171 my @plans = (); # initial level, no plan yet
195 my $level = $#plans;
205 push @plans, $tests_planned;
208 pop @plans if @plans && --($plans[-1]) <= 0;
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp598 // FIXME: I may decide to disallow threads with no plans. In which
683 // Tell all the plans that we are about to resume in case they need to clear
685 // lower plans in case a plan needs to do any special business before it
793 // If we've already been restarted, don't query the plans since the state
798 // Before the plans see the state of the world, calculate the current inlined
805 // pop all the plans below it, and pop it, and then let the plans above it
825 // if so, then we should take it and all the plans below it off the
829 // We're going to pop the plans up to and including the plan that
865 // Otherwise, don't let the base plan override what the other plans sa
1053 ThreadPlanStack *plans = GetProcess()->FindThreadPlans(GetID()); local
1102 const ThreadPlanStack &plans = GetPlans(); local
[all...]
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_nl80211_scan.c427 struct nlattr *plans; local
431 plans = nla_nest_start(msg, NL80211_ATTR_SCHED_SCAN_PLANS);
432 if (!plans)
470 * All the scan plans must specify the number of iterations
481 "nl80211: All sched scan plans but the last must specify number of iterations");
485 nla_nest_end(msg, plans);
515 "nl80211: Invalid number of sched scan plans: %u",

Completed in 177 milliseconds