Searched refs:set_band (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/tests/vm/ |
| H A D | entitlement_internal_bands.c | 26 int32_t set_band, limit; variable 29 bool success = get_priority_props(getpid(), false, &set_band, &limit, &user_data, &state); 32 T_QUIET; T_ASSERT_EQ(set_band, band, "Able to use entitled band"); 34 T_QUIET; T_ASSERT_EQ(set_band, JETSAM_PRIORITY_BACKGROUND, "Fell through to background band");
|