Home
last modified time | relevance | path

Searched refs:PRIORITY (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
D2-4.c28 #define PRIORITY 20 macro
49 if (param.sched_priority == PRIORITY) { in thread()
63 param.sched_priority = PRIORITY; in main()
D2-3.c28 #define PRIORITY 20 macro
49 if (param.sched_priority == PRIORITY) { in thread()
63 param.sched_priority = PRIORITY; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
D1-3.c28 #define PRIORITY 20 macro
48 if (param.sched_priority == PRIORITY) { in thread()
72 param.sched_priority = PRIORITY; in main()
D1-4.c28 #define PRIORITY 20 macro
51 if (param.sched_priority == PRIORITY) { in thread()
75 param.sched_priority = PRIORITY; in main()
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.y139 %token PRIORITY PLUS
145 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVEL
165 | DIR PRIORITY PRIO_OFFSET ACTION
184 | DIR PRIORITY HYPHEN PRIO_OFFSET ACTION
206 | DIR PRIORITY PRIO_BASE ACTION
217 | DIR PRIORITY PRIO_BASE PLUS PRIO_OFFSET ACTION
239 | DIR PRIORITY PRIO_BASE HYPHEN PRIO_OFFSET ACTION
Dpolicy_parse.h43 PRIORITY = 259, enumerator
62 #define PRIORITY 259 macro
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_cortex.h335 #define IS_NVIC_PREEMPTION_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
337 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
Dstm32l4xx_hal_dma.h741 #define IS_DMA_PRIORITY(PRIORITY) (((PRIORITY) == DMA_PRIORITY_LOW ) || \ argument
742 ((PRIORITY) == DMA_PRIORITY_MEDIUM) || \
743 ((PRIORITY) == DMA_PRIORITY_HIGH) || \
744 ((PRIORITY) == DMA_PRIORITY_VERY_HIGH))
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_cortex.h335 #define IS_NVIC_PREEMPTION_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
337 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
Dstm32l4xx_hal_dma.h741 #define IS_DMA_PRIORITY(PRIORITY) (((PRIORITY) == DMA_PRIORITY_LOW ) || \ argument
742 ((PRIORITY) == DMA_PRIORITY_MEDIUM) || \
743 ((PRIORITY) == DMA_PRIORITY_HIGH) || \
744 ((PRIORITY) == DMA_PRIORITY_VERY_HIGH))
/external/nist-sip/java/gov/nist/javax/sip/parser/
DPriorityParser.java73 headerName(TokenTypes.PRIORITY); in parse()
75 priority.setHeaderName(SIPHeaderNames.PRIORITY); in parse()
/external/igt-gpu-tools/tests/i915/
Dgem_exec_whisper.c80 #define PRIORITY 0x80 macro
196 if (flags & PRIORITY) { in whisper()
408 if (flags & PRIORITY) in whisper()
418 if (flags & PRIORITY) in whisper()
538 { "fds-priority", FDS | FORKED | PRIORITY },
544 { "contexts-priority", CONTEXTS | FORKED | PRIORITY },
550 { "queues-priority", QUEUES | FORKED | PRIORITY },
/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/
DRobolectricProcessor.java45 private static final String PRIORITY = "org.robolectric.annotation.processing.priority"; field in RobolectricProcessor
138 Integer.parseInt(options.getOrDefault(PRIORITY, "0")); in processOptions()
/external/autotest/server/site_tests/cheets_CTS_P/
Dcontrol.arm.CtsDeqpTestCases.dEQP-VK.subgroups.s15 PRIORITY = 50 define
Dcontrol.x86.CtsDeqpTestCases.dEQP-VK.subgroups.s15 PRIORITY = 50 define
/external/selinux/libsemanage/utils/
Dsemanage_migrate_store213 return "%s/%s" % (newmodules_path(store), PRIORITY)
237 PRIORITY = options.priority variable
/external/autotest/server/site_tests/hardware_StorageQual/
Dcontrol.storage_qual_hardware_StorageQualTrimStress_trim_1020 PRIORITY = 80
Dcontrol.storage_qual_hardware_StorageQualTrimStress_trim_2520 PRIORITY = 80
Dcontrol.storage_qual_hardware_StorageQualTrimStress_trim_1920 PRIORITY = 80
Dcontrol.storage_qual_hardware_StorageQualBase_retention_before20 PRIORITY = 100
Dcontrol.storage_qual_hardware_StorageQualBase_trim_after20 PRIORITY = 70
Dcontrol.storage_qual_hardware_StorageQualTrimStress_trim_2920 PRIORITY = 80
Dcontrol.storage_qual_quick_hardware_StorageQualTrimStress_trim_120 PRIORITY = 80
Dcontrol.storage_qual_hardware_StorageQualSuspendStress_suspend_suspend_620 PRIORITY = 80
Dcontrol.storage_qual_hardware_StorageQualSuspendStress_suspend_suspend_3720 PRIORITY = 80

12345678910>>...19