Searched refs:MAX_PDJ_PATH_LEN (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.61.5/tests/sched/ |
| H A D | thread_group_fairness.c | 25 static const size_t MAX_PDJ_PATH_LEN = 256; variable 210 char pdj_path[MAX_PDJ_PATH_LEN]; 211 …er = pdwriter_open_tmp("xnu", "scheduler.thread_group_fairness", 0, 0, pdj_path, MAX_PDJ_PATH_LEN);
|
| H A D | yield_aggressor.c | 29 static const size_t MAX_PDJ_PATH_LEN = 256; variable 300 char pdj_path[MAX_PDJ_PATH_LEN]; 301 …t writer = pdwriter_open_tmp("xnu", "scheduler.yield_aggressor", 0, 0, pdj_path, MAX_PDJ_PATH_LEN);
|