Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/portable/ThirdParty/GCC/ARM_TFM/
A Dos_wrapper_freertos.c60 uint32_t timeout ) in os_wrapper_mutex_acquire() argument
70 ( timeout == OS_WRAPPER_WAIT_FOREVER ) ? in os_wrapper_mutex_acquire()
71 portMAX_DELAY : ( TickType_t ) timeout ); in os_wrapper_mutex_acquire()
/FreeRTOS-Kernel/
A DHistory.txt1141 blocked task's timeout has not expired.
2661 + Tasks that block on events with a timeout of portMAX_DELAY are now

Completed in 9 milliseconds