Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dlocks.c49 char *const clpcctrl_args[] = { in clpc_set_core_count() local
59 rc = posix_spawn(&pid, clpcctrl_args[0], NULL, NULL, clpcctrl_args, NULL); in clpc_set_core_count()
/xnu-11215/tests/sched/
H A Dsched_test_utils.h43 uint64_t execute_clpcctrl(char *clpcctrl_args[], bool read_value);
H A Dthread_group_fairness.c61 char *clpcctrl_args[] = {"-C", "e", NULL}; in environment_init() local
62 execute_clpcctrl(clpcctrl_args, false); in environment_init()
H A Dsched_test_utils.c213 execute_clpcctrl(char *clpcctrl_args[], bool read_value) in execute_clpcctrl() argument
227 while (clpcctrl_args[arg_ind] != NULL) { in execute_clpcctrl()
229 full_clpcctrl_args[arg_ind + 1] = clpcctrl_args[arg_ind]; in execute_clpcctrl()