Home
last modified time | relevance | path

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

/Kernel-v11.0.1/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.h1173 #define traceENTER_xQueueGiveMutexRecursive( xMutex ) argument
1181 #define traceENTER_xQueueTakeMutexRecursive( xMutex, xTicksToWait ) argument
/Kernel-v11.0.1/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.c2478 BaseType_t MPU_xQueueTakeMutexRecursiveImpl( QueueHandle_t xMutex,
2481 BaseType_t MPU_xQueueTakeMutexRecursiveImpl( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursiveImpl() argument
2490 lIndex = ( int32_t ) xMutex; in MPU_xQueueTakeMutexRecursiveImpl()
2520 BaseType_t MPU_xQueueGiveMutexRecursiveImpl( QueueHandle_t xMutex ) PRIVILEGED_FUNCTION;
2522 … BaseType_t MPU_xQueueGiveMutexRecursiveImpl( QueueHandle_t xMutex ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGiveMutexRecursiveImpl() argument
2529 lIndex = ( int32_t ) xMutex; in MPU_xQueueGiveMutexRecursiveImpl()
/Kernel-v11.0.1/
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.0.1/portable/GCC/ARM_CM55_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.0.1/portable/GCC/ARM_CM85/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.0.1/portable/GCC/ARM_CM85_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.0.1/portable/GCC/ARM_CM35P_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.0.1/portable/GCC/ARM_CM3_MPU/
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.0.1/portable/GCC/ARM_CM4_MPU/
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.0.1/portable/GCC/ARM_CM55/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.0.1/portable/GCC/ARM_CM33_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.0.1/portable/GCC/ARM_CM35P/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.0.1/portable/GCC/ARM_CM23/non_secure/
Dmpu_wrappers_v2_asm.c1199 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1202 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.0.1/portable/GCC/ARM_CM23_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1199 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1202 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.0.1/portable/GCC/ARM_CM33/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.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/
Dmpu_wrappers_v2_asm.c1199 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1202 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/
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.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/
Dmpu_wrappers_v2_asm.c1199 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
1202 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument
/Kernel-v11.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_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.0.1/portable/RVDS/ARM_CM4_MPU/
Dmpu_wrappers_v2_asm.c971 BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex,
974 __asm BaseType_t MPU_xQueueTakeMutexRecursive( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursive() argument