Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/
H A Dmemorystatus_is_assertion.c244 …(void)check_properties(mypid, JETSAM_PRIORITY_IDLE_DEFERRED, inactive_limit_mb, 0x0, ASSERTION_STA… in memorystatus_assertion_test_allow_idle_exit()
265 …(void)check_properties(mypid, JETSAM_PRIORITY_IDLE_DEFERRED, inactive_limit_mb, 0xF00D, ASSERTION_… in memorystatus_assertion_test_allow_idle_exit()
269 …(void)check_properties(mypid, JETSAM_PRIORITY_FOREGROUND, inactive_limit_mb, 0xFEED, ASSERTION_STA… in memorystatus_assertion_test_allow_idle_exit()
274 …(void)check_properties(mypid, JETSAM_PRIORITY_BACKGROUND, inactive_limit_mb, 0xFACE, ASSERTION_STA… in memorystatus_assertion_test_allow_idle_exit()
279 …(void)check_properties(mypid, JETSAM_PRIORITY_IDLE_DEFERRED, inactive_limit_mb, 0xBEEF, ASSERTION_… in memorystatus_assertion_test_allow_idle_exit()
284 …(void)check_properties(mypid, JETSAM_PRIORITY_FOREGROUND, inactive_limit_mb, 0xFEED, ASSERTION_STA… in memorystatus_assertion_test_allow_idle_exit()
292 …(void)check_properties(mypid, JETSAM_PRIORITY_FOREGROUND, active_limit_mb, 0xFEED, ASSERTION_STATE… in memorystatus_assertion_test_allow_idle_exit()
297 …(void)check_properties(mypid, JETSAM_PRIORITY_UI_SUPPORT, active_limit_mb, 0xFEEB, ASSERTION_STATE… in memorystatus_assertion_test_allow_idle_exit()
302 …(void)check_properties(mypid, JETSAM_PRIORITY_UI_SUPPORT, active_limit_mb, 0xBEEF, ASSERTION_STATE… in memorystatus_assertion_test_allow_idle_exit()
308 …(void)check_properties(mypid, JETSAM_PRIORITY_FOREGROUND, active_limit_mb, 0xFEED, ASSERTION_STATE… in memorystatus_assertion_test_allow_idle_exit()
[all …]
H A Dmemorystatus_assertion_helpers.h37 check_properties(pid_t pid, int32_t expected_priority, int32_t expected_limit_mb, uint64_t expected…
H A Dmemorystatus_assertion_helpers.c44 check_properties(pid_t pid, int32_t expected_priority, int32_t expected_limit_mb, uint64_t expected… in check_properties() function
H A Dmemorystatus_freeze_test.c656 …(void)check_properties(child_pid, requestedpriority, inactive_limit_mb, 0x0, ASSERTION_STATE_IS_SE…
660 …(void)check_properties(child_pid, JETSAM_PRIORITY_AGING_BAND2, inactive_limit_mb, 0x0, ASSERTION_S…
670 …(void)check_properties(child_pid, requestedpriority, inactive_limit_mb, 0x0, ASSERTION_STATE_IS_SE…