Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/tests/zero-to-n/
H A Dzero-to-n.c114 static uint32_t g_priority = 0; variable
496 if (g_priority) { in thread_setup()
502 struct sched_param param = {.sched_priority = (int)g_priority}; in thread_setup()
1609 g_priority = read_dec_arg(); in parse_args()