Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/tests/zero-to-n/
H A Dzero-to-n.c113 static uint32_t g_priority = 0; variable
484 if (g_priority) { in thread_setup()
490 struct sched_param param = {.sched_priority = (int)g_priority}; in thread_setup()
1577 g_priority = read_dec_arg(); in parse_args()