This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/66AK2H12: TI/RTOS NDK fdSelect() verses fdPoll()

Part Number: 66AK2H12

Tool/software: Code Composer Studio

PDK 4.0.7, NDK 2.25.1.11, SYS/BIOS 6.45.5.55, IPC 3.46.2.04, EDMA3 2.12.4, CTools 2.2.0

The NDK 2.25 User API manual says for fdSelect():

NOTE: This function is less efficient than fpPoll(). In fact, the fdSelect() function calls fdPoll() after rearranging the descriptor sets into a fdPoll() descriptor list.

fdSelect takes a timeout struct timeval with seconds and microseconds while fdPoll takes a single timeout in milliseconds.

How is the fdSelect timeval converted to milliseconds in the fdPoll call?

What is the timeout resolution of fdSelect()?

Mike