Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dsemphr.h394 …#define xSemaphoreTakeRecursive( xMutex, xBlockTime ) xQueueTakeMutexRecursive( ( xMutex ), ( x… argument
547 #define xSemaphoreGiveRecursive( xMutex ) xQueueGiveMutexRecursive( ( xMutex ) ) argument
Dqueue.h1528 BaseType_t xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1530 BaseType_t xQueueGiveMutexRecursive( QueueHandle_t xMutex ) PRIVILEGED_FUNCTION;
Dmpu_prototypes.h199 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
DFreeRTOS.h1225 #define traceENTER_xQueueGiveMutexRecursive( xMutex ) argument
1233 #define traceENTER_xQueueTakeMutexRecursive( xMutex, xTicksToWait ) argument
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers.c1447 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
1457 xReturn = xQueueTakeMutexRecursive( xMutex, xBlockTime ); in MPU_xQueueTakeMutexRecursive()
1465 xReturn = xQueueTakeMutexRecursive( xMutex, xBlockTime ); in MPU_xQueueTakeMutexRecursive()
1474 BaseType_t MPU_xQueueGiveMutexRecursive( QueueHandle_t xMutex ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueGiveMutexRecursive() argument
1483 xReturn = xQueueGiveMutexRecursive( xMutex ); in MPU_xQueueGiveMutexRecursive()
1491 xReturn = xQueueGiveMutexRecursive( xMutex ); in MPU_xQueueGiveMutexRecursive()
Dmpu_wrappers_v2.c2483 BaseType_t MPU_xQueueTakeMutexRecursiveImpl( QueueHandle_t xMutex,
2486 BaseType_t MPU_xQueueTakeMutexRecursiveImpl( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursiveImpl() argument
2495 lIndex = ( int32_t ) xMutex; in MPU_xQueueTakeMutexRecursiveImpl()
2525 BaseType_t MPU_xQueueGiveMutexRecursiveImpl( QueueHandle_t xMutex ) PRIVILEGED_FUNCTION;
2527 … BaseType_t MPU_xQueueGiveMutexRecursiveImpl( QueueHandle_t xMutex ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGiveMutexRecursiveImpl() argument
2534 lIndex = ( int32_t ) xMutex; in MPU_xQueueGiveMutexRecursiveImpl()
/Kernel-v11.1.0/
Dqueue.c756 BaseType_t xQueueGiveMutexRecursive( QueueHandle_t xMutex ) in xQueueGiveMutexRecursive() argument
759 Queue_t * const pxMutex = ( Queue_t * ) xMutex; in xQueueGiveMutexRecursive()
761 traceENTER_xQueueGiveMutexRecursive( xMutex ); in xQueueGiveMutexRecursive()
815 BaseType_t xQueueTakeMutexRecursive( QueueHandle_t xMutex, in xQueueTakeMutexRecursive() argument
819 Queue_t * const pxMutex = ( Queue_t * ) xMutex; in xQueueTakeMutexRecursive()
821 traceENTER_xQueueTakeMutexRecursive( xMutex, xTicksToWait ); in xQueueTakeMutexRecursive()
/Kernel-v11.1.0/portable/GCC/ARM_CM85/non_secure/
Dmpu_wrappers_v2_asm.c1123 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1126 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/
Dmpu_wrappers_v2_asm.c1123 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1126 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1123 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1126 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM0/
Dmpu_wrappers_v2_asm.c1237 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1240 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM85_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1123 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1126 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM23/non_secure/
Dmpu_wrappers_v2_asm.c1161 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1164 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/
Dmpu_wrappers_v2_asm.c1161 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1164 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/
Dmpu_wrappers_v2_asm.c1123 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1126 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM23_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1161 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1164 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/
Dmpu_wrappers_v2_asm.c1161 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1164 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM35P_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1123 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1126 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM33/non_secure/
Dmpu_wrappers_v2_asm.c1123 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1126 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/
Dmpu_wrappers_v2_asm.c1123 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1126 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/
Dmpu_wrappers_v2_asm.c1123 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1126 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/
Dmpu_wrappers_v2_asm.c1123 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1126 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM33_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1123 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1126 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/non_secure/
Dmpu_wrappers_v2_asm.c1123 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1126 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.1.0/portable/RVDS/ARM_CM4_MPU/
Dmpu_wrappers_v2_asm.c933 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
936 __asm BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument