Home
last modified time | relevance | path

Searched refs:get_sched_policy_name (Results 1 – 4 of 4) sorted by relevance

/third_party/toybox/scripts/
Dgenconfig.sh92 int main(int argc,char *argv[]) { get_sched_policy_name(0); }
/third_party/toybox/lib/
Dportability.h298 static inline char *get_sched_policy_name(int policy) {return "unknown";} in get_sched_policy_name() function
/third_party/toybox/porting/liteos_a/toys/posix/
Dps.c587 } else if (which==PS_PCY) sprintf(out, "%.2s", get_sched_policy_name(ll)); in string_field()
/third_party/toybox/toys/posix/
Dps.c630 } else if (which==PS_PCY) sprintf(out, "%.2s", get_sched_policy_name(ll)); in string_field()