Searched refs:WAIT_TICKS (Results 1 – 2 of 2) sorted by relevance
11 #define WAIT_TICKS 5 macro12 #define TIMEOUT_TICKS (10 + WAIT_TICKS)25 status = osSemaphoreAcquire((osSemaphoreId_t)arg, WAIT_TICKS); in thread_sema()
11 #define WAIT_TICKS 5 macro12 #define TIMEOUT_TICKS (10 + WAIT_TICKS)120 status = osMutexAcquire((osMutexId_t)arg, WAIT_TICKS); in tThread_entry_lock_timeout()