Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/portable/ThirdParty/GCC/RP2040/include/
A Dportmacro.h214 static inline void vPortRecursiveLock( BaseType_t xCoreID, in vPortRecursiveLock() function
258 …#define portGET_ISR_LOCK( xCoreID ) vPortRecursiveLock( ( xCoreID ), 0, spin_lock_instance…
259 …#define portRELEASE_ISR_LOCK( xCoreID ) vPortRecursiveLock( ( xCoreID ), 0, spin_lock_instance…
260 …#define portGET_TASK_LOCK( xCoreID ) vPortRecursiveLock( ( xCoreID ), 1, spin_lock_instance…
261 …#define portRELEASE_TASK_LOCK( xCoreID ) vPortRecursiveLock( ( xCoreID ), 1, spin_lock_instance…

Completed in 4 milliseconds