Searched refs:JETSAM_PRIORITY_DEFAULT (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/tools/tests/memorystatus/
H A Dmemorystatus.c545 if (!check_properties(pid, JETSAM_PRIORITY_DEFAULT, -1, 0, DEFAULT_TEST_STR)) {
550 if (set_priority_properties(pid, -100, 0xABABABAB, 0, INVALID_NEGATIVE_TEST_STR, false) || !check_properties(pid, JETSAM_PRIORITY_DEFAULT, -1, 0, INVALID_NEGATIVE_TEST_STR)) {
555 if (set_priority_properties(pid, 100, 0xCBCBCBCB, 0, INVALID_POSITIVE_TEST_STR, false) || !check_properties(pid, JETSAM_PRIORITY_DEFAULT, -1, 0, INVALID_POSITIVE_TEST_STR)) {
575 if (!set_priority_properties(pid, JETSAM_PRIORITY_DEFAULT - 1, 0, 0x01234567, HIGHPRI_TEST_STR, true) || !check_properties(pid, JETSAM_PRIORITY_DEFAULT - 1, 0, 0x01234567, HIGHPRI_TEST_STR)) {
594 /* Check that -1 aliases to JETSAM_PRIORITY_DEFAULT */
595 if (!set_priority_properties(pid, -1, 0, 0xFADEF00D, IDLE_ALIAS_TEST_STR, true) || !check_properties(pid, JETSAM_PRIORITY_DEFAULT, 0, 0xFADEF00D, IDLE_ALIAS_TEST_STR)) {
1496 if (!check_properties(getpid(), JETSAM_PRIORITY_DEFAULT, -1, 0x0, "#1 - pre xpc_track_activity()")) {
1533 if (!check_properties(getpid(), JETSAM_PRIORITY_DEFAULT, -1, 0x0, "#6 - post dirty")) {
1547 if (!check_properties(getpid(), JETSAM_PRIORITY_DEFAULT,
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dkern_memorystatus.h58 #define JETSAM_PRIORITY_DEFAULT 18 macro
/xnu-2422.115.4/bsd/kern/
H A Dkern_fork.c1364 child_proc->p_memstat_effectivepriority = JETSAM_PRIORITY_DEFAULT;
1365 child_proc->p_memstat_requestedpriority = JETSAM_PRIORITY_DEFAULT;
H A Dkern_memorystatus.c892 priority = JETSAM_PRIORITY_DEFAULT;

Completed in 88 milliseconds