Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/sched/
H A Dcluster_bound_threads.c195 static int num_cluster_bind_trials = 100000; variable
201 for (int t = 0; t < num_cluster_bind_trials; t++) { in spin_cluster_binding()
252 T_PASS("Correctly migrated to the bound cluster for %d trials", num_cluster_bind_trials);
254 T_FAIL("%d fails for %d cluster-bind attempts", T_FAILCOUNT, num_cluster_bind_trials);