Searched refs:timeout (Results 1 – 2 of 2) sorted by relevance
60 uint32_t timeout ) in os_wrapper_mutex_acquire() argument70 ( timeout == OS_WRAPPER_WAIT_FOREVER ) ? in os_wrapper_mutex_acquire()71 portMAX_DELAY : ( TickType_t ) timeout ); in os_wrapper_mutex_acquire()
1006 blocked task's timeout has not expired.2526 + Tasks that block on events with a timeout of portMAX_DELAY are now