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