Lines Matching full:if

51 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configUSE_MPU_WRAPPERS_V1 == 1 ) )
53 #if ( configENABLE_ACCESS_CONTROL_LIST == 1 )
57 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
67 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskCreate()
91 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
102 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskCreateStatic()
126 #if ( INCLUDE_vTaskDelete == 1 )
129 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vTaskDelete()
145 #endif /* if ( INCLUDE_vTaskDelete == 1 ) */
148 #if ( INCLUDE_xTaskDelayUntil == 1 )
154 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskDelayUntil()
172 #endif /* if ( INCLUDE_xTaskDelayUntil == 1 ) */
175 #if ( INCLUDE_xTaskAbortDelay == 1 )
180 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskAbortDelay()
198 #endif /* if ( INCLUDE_xTaskAbortDelay == 1 ) */
201 #if ( INCLUDE_vTaskDelay == 1 )
204 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vTaskDelay()
220 #endif /* if ( INCLUDE_vTaskDelay == 1 ) */
223 #if ( INCLUDE_uxTaskPriorityGet == 1 )
228 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_uxTaskPriorityGet()
246 #endif /* if ( INCLUDE_uxTaskPriorityGet == 1 ) */
249 #if ( INCLUDE_vTaskPrioritySet == 1 )
253 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vTaskPrioritySet()
269 #endif /* if ( INCLUDE_vTaskPrioritySet == 1 ) */
272 #if ( INCLUDE_eTaskGetState == 1 )
277 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_eTaskGetState()
295 #endif /* if ( INCLUDE_eTaskGetState == 1 ) */
298 #if ( configUSE_TRACE_FACILITY == 1 )
304 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vTaskGetInfo()
320 #endif /* if ( configUSE_TRACE_FACILITY == 1 ) */
323 #if ( INCLUDE_xTaskGetIdleTaskHandle == 1 )
328 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskGetIdleTaskHandle()
345 #endif /* if ( INCLUDE_xTaskGetIdleTaskHandle == 1 ) */
348 #if ( INCLUDE_vTaskSuspend == 1 )
351 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vTaskSuspend()
367 #endif /* if ( INCLUDE_vTaskSuspend == 1 ) */
370 #if ( INCLUDE_vTaskSuspend == 1 )
373 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vTaskResume()
389 #endif /* if ( INCLUDE_vTaskSuspend == 1 ) */
394 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vTaskSuspendAll()
416 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskResumeAll()
440 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskGetTickCount()
464 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_uxTaskGetNumberOfTasks()
484 #if ( INCLUDE_xTaskGetHandle == 1 )
489 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskGetHandle()
507 #endif /* if ( INCLUDE_xTaskGetHandle == 1 ) */
510 …#if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( confi…
513 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vTaskList()
529 …#endif /* if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) &…
532 …#if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( …
535 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vTaskGetRunTimeStats()
551 …#endif /* if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > …
554 #if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( INCLUDE_xTaskGetIdleTaskHandle == 1 ) )
559 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_ulTaskGetIdleRunTimePercent()
577 …#endif /* if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( INCLUDE_xTaskGetIdleTaskHandle == 1 ) )…
580 #if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( INCLUDE_xTaskGetIdleTaskHandle == 1 ) )
585 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_ulTaskGetIdleRunTimeCounter()
603 …#endif /* if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( INCLUDE_xTaskGetIdleTaskHandle == 1 ) )…
606 #if ( configUSE_APPLICATION_TASK_TAG == 1 )
610 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vTaskSetApplicationTaskTag()
626 #endif /* if ( configUSE_APPLICATION_TASK_TAG == 1 ) */
629 #if ( configUSE_APPLICATION_TASK_TAG == 1 )
634 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskGetApplicationTaskTag()
652 #endif /* if ( configUSE_APPLICATION_TASK_TAG == 1 ) */
655 #if ( configNUM_THREAD_LOCAL_STORAGE_POINTERS != 0 )
660 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vTaskSetThreadLocalStoragePointer()
676 #endif /* if ( configNUM_THREAD_LOCAL_STORAGE_POINTERS != 0 ) */
679 #if ( configNUM_THREAD_LOCAL_STORAGE_POINTERS != 0 )
685 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_pvTaskGetThreadLocalStoragePointer()
703 #endif /* if ( configNUM_THREAD_LOCAL_STORAGE_POINTERS != 0 ) */
706 #if ( configUSE_APPLICATION_TASK_TAG == 1 )
712 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskCallApplicationTaskHook()
730 #endif /* if ( configUSE_APPLICATION_TASK_TAG == 1 ) */
733 #if ( configUSE_TRACE_FACILITY == 1 )
740 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_uxTaskGetSystemState()
758 #endif /* if ( configUSE_TRACE_FACILITY == 1 ) */
765 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskCatchUpTicks()
785 #if ( INCLUDE_uxTaskGetStackHighWaterMark == 1 )
790 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_uxTaskGetStackHighWaterMark()
808 #endif /* if ( INCLUDE_uxTaskGetStackHighWaterMark == 1 ) */
811 #if ( INCLUDE_uxTaskGetStackHighWaterMark2 == 1 )
816 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_uxTaskGetStackHighWaterMark2()
834 #endif /* if ( INCLUDE_uxTaskGetStackHighWaterMark2 == 1 ) */
837 #if ( ( INCLUDE_xTaskGetCurrentTaskHandle == 1 ) || ( configUSE_MUTEXES == 1 ) )
842 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskGetCurrentTaskHandle()
859 #endif /* if ( ( INCLUDE_xTaskGetCurrentTaskHandle == 1 ) || ( configUSE_MUTEXES == 1 ) ) */
862 #if ( INCLUDE_xTaskGetSchedulerState == 1 )
867 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskGetSchedulerState()
885 #endif /* if ( INCLUDE_xTaskGetSchedulerState == 1 ) */
890 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vTaskSetTimeOutState()
913 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskCheckForTimeOut()
933 #if ( configUSE_TASK_NOTIFICATIONS == 1 )
942 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskGenericNotify()
960 #endif /* if ( configUSE_TASK_NOTIFICATIONS == 1 ) */
963 #if ( configUSE_TASK_NOTIFICATIONS == 1 )
972 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskGenericNotifyWait()
990 #endif /* if ( configUSE_TASK_NOTIFICATIONS == 1 ) */
993 #if ( configUSE_TASK_NOTIFICATIONS == 1 )
1000 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_ulTaskGenericNotifyTake()
1018 #endif /* if ( configUSE_TASK_NOTIFICATIONS == 1 ) */
1021 #if ( configUSE_TASK_NOTIFICATIONS == 1 )
1027 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskGenericNotifyStateClear()
1045 #endif /* if ( configUSE_TASK_NOTIFICATIONS == 1 ) */
1048 #if ( configUSE_TASK_NOTIFICATIONS == 1 )
1055 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_ulTaskGenericNotifyValueClear()
1073 #endif /* if ( configUSE_TASK_NOTIFICATIONS == 1 ) */
1076 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
1083 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xQueueGenericCreate()
1101 #endif /* if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) */
1104 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1113 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xQueueGenericCreateStatic()
1131 #endif /* if ( configSUPPORT_STATIC_ALLOCATION == 1 ) */
1139 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xQueueGenericReset()
1166 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xQueueGenericSend()
1190 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_uxQueueMessagesWaiting()
1214 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_uxQueueSpacesAvailable()
1240 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xQueueReceive()
1266 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xQueuePeek()
1291 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xQueueSemaphoreTake()
1311 #if ( ( configUSE_MUTEXES == 1 ) && ( INCLUDE_xSemaphoreGetMutexHolder == 1 ) )
1316 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xQueueGetMutexHolder()
1334 #endif /* if ( ( configUSE_MUTEXES == 1 ) && ( INCLUDE_xSemaphoreGetMutexHolder == 1 ) ) */
1337 #if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
1342 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xQueueCreateMutex()
1360 #endif /* if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) ) */
1363 #if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
1369 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xQueueCreateMutexStatic()
1387 #endif /* if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) */
1390 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
1396 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xQueueCreateCountingSemaphore()
1414 …#endif /* if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )…
1417 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
1425 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xQueueCreateCountingSemaphoreStatic()
1443 …#endif /* if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) …
1446 #if ( configUSE_RECURSIVE_MUTEXES == 1 )
1452 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xQueueTakeMutexRecursive()
1470 #endif /* if ( configUSE_RECURSIVE_MUTEXES == 1 ) */
1473 #if ( configUSE_RECURSIVE_MUTEXES == 1 )
1478 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xQueueGiveMutexRecursive()
1496 #endif /* if ( configUSE_RECURSIVE_MUTEXES == 1 ) */
1499 #if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
1504 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xQueueCreateSet()
1522 #endif /* if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) ) */
1525 #if ( configUSE_QUEUE_SETS == 1 )
1531 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xQueueSelectFromSet()
1549 #endif /* if ( configUSE_QUEUE_SETS == 1 ) */
1552 #if ( configUSE_QUEUE_SETS == 1 )
1558 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xQueueAddToSet()
1576 #endif /* if ( configUSE_QUEUE_SETS == 1 ) */
1579 #if ( configUSE_QUEUE_SETS == 1 )
1585 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xQueueRemoveFromSet()
1603 #endif /* if ( configUSE_QUEUE_SETS == 1 ) */
1606 #if configQUEUE_REGISTRY_SIZE > 0
1610 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vQueueAddToRegistry()
1626 #endif /* if configQUEUE_REGISTRY_SIZE > 0 */
1629 #if configQUEUE_REGISTRY_SIZE > 0
1632 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vQueueUnregisterQueue()
1648 #endif /* if configQUEUE_REGISTRY_SIZE > 0 */
1651 #if configQUEUE_REGISTRY_SIZE > 0
1656 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_pcQueueGetName()
1674 #endif /* if configQUEUE_REGISTRY_SIZE > 0 */
1679 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vQueueDelete()
1697 #if ( configUSE_TIMERS == 1 )
1702 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_pvTimerGetTimerID()
1720 #endif /* if ( configUSE_TIMERS == 1 ) */
1723 #if ( configUSE_TIMERS == 1 )
1727 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vTimerSetTimerID()
1743 #endif /* if ( configUSE_TIMERS == 1 ) */
1746 #if ( configUSE_TIMERS == 1 )
1751 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTimerIsTimerActive()
1769 #endif /* if ( configUSE_TIMERS == 1 ) */
1772 #if ( configUSE_TIMERS == 1 )
1777 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTimerGetTimerDaemonTaskHandle()
1795 #endif /* if ( configUSE_TIMERS == 1 ) */
1798 #if ( configUSE_TIMERS == 1 )
1802 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vTimerSetReloadMode()
1818 #endif /* if ( configUSE_TIMERS == 1 ) */
1821 #if ( configUSE_TIMERS == 1 )
1826 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_uxTimerGetReloadMode()
1844 #endif /* if ( configUSE_TIMERS == 1 ) */
1847 #if ( configUSE_TIMERS == 1 )
1852 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_pcTimerGetName()
1870 #endif /* if ( configUSE_TIMERS == 1 ) */
1873 #if ( configUSE_TIMERS == 1 )
1878 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTimerGetPeriod()
1896 #endif /* if ( configUSE_TIMERS == 1 ) */
1899 #if ( configUSE_TIMERS == 1 )
1904 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTimerGetExpiryTime()
1922 #endif /* if ( configUSE_TIMERS == 1 ) */
1925 #if ( configUSE_TIMERS == 1 )
1934 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTimerGenericCommandFromTask()
1952 #endif /* if ( configUSE_TIMERS == 1 ) */
1955 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
1960 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xEventGroupCreate()
1978 #endif /* if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) */
1981 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1986 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xEventGroupCreateStatic()
2004 #endif /* if ( configSUPPORT_STATIC_ALLOCATION == 1 ) */
2015 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xEventGroupWaitBits()
2040 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xEventGroupClearBits()
2065 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xEventGroupSetBits()
2092 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xEventGroupSync()
2114 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vEventGroupDelete()
2139 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xStreamBufferSend()
2163 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xStreamBufferNextMessageLengthBytes()
2190 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xStreamBufferReceive()
2212 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vStreamBufferDelete()
2234 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xStreamBufferIsFull()
2258 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xStreamBufferIsEmpty()
2282 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xStreamBufferReset()
2306 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xStreamBufferSpacesAvailable()
2329 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xStreamBufferBytesAvailable()
2354 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xStreamBufferSetTriggerLevel()
2374 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
2390 if( ( pxSendCompletedCallback == NULL ) && in MPU_xStreamBufferGenericCreate()
2393 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xStreamBufferGenericCreate()
2428 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
2446 if( ( pxSendCompletedCallback == NULL ) && in MPU_xStreamBufferGenericCreateStatic()
2449 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xStreamBufferGenericCreateStatic()
2497 * if( portIS_PRIVILEGED() == pdFALSE )
2515 #if configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS == 1
2520 #endif /* #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configUSE_MPU_WRAPPERS_V1 == 1 ) ) */