Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/Include/
Dcmsis_os2.h173 #define osWaitForever 0xFFFFFFFFU ///< Wait forever timeout value. macro
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_lib.c748 (void)osMutexAcquire(*m, osWaitForever); in _mutex_acquire()