Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
Dport.c175 #define portIS_FREE_RTOS_CORE() ( ucPrimaryCoreNum != INVALID_PRIMARY_CORE_NUM ) macro
177 #define portIS_FREE_RTOS_CORE() ( ucPrimaryCoreNum == get_core_num() ) macro
976 if( portIS_FREE_RTOS_CORE() ) in ulPortLockGetCurrentOwnerId()
1026 if( !portIS_FREE_RTOS_CORE() ) in vPortLockInternalSpinUnlockWithWait()
1052 if( portIS_FREE_RTOS_CORE() ) in vPortLockInternalSpinUnlockWithNotify()
1104 if( !portIS_FREE_RTOS_CORE() ) in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
1111 configASSERT( portIS_FREE_RTOS_CORE() ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()