Searched refs:tomeout_ms (Results 1 – 1 of 1) sorted by relevance
13 uint32_t tomeout_ms; in select2() local16 tomeout_ms = timeout->tv_sec * 1000 + timeout->tv_usec / 1000; in select2()18 tomeout_ms = AOS_WAIT_FOREVER; in select2()22 aos_sem_wait(semaphore, tomeout_ms); in select2()24 aos_msleep(tomeout_ms); in select2()
Completed in 2 milliseconds