Searched refs:check_properties (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/tests/ |
| H A D | memorystatus_is_assertion.c | 244 …(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 D | memorystatus_assertion_helpers.h | 37 check_properties(pid_t pid, int32_t expected_priority, int32_t expected_limit_mb, uint64_t expected…
|
| H A D | memorystatus_assertion_helpers.c | 44 check_properties(pid_t pid, int32_t expected_priority, int32_t expected_limit_mb, uint64_t expected… in check_properties() function
|
| H A D | memorystatus_freeze_test.c | 656 …(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…
|