Did the FreeRTOS Support the standard semantics of function "select" or"poll"?

Did the FreeRTOS Support the standard semantics of duplex IO function “select” or"poll"?
if not ,do you have any suggestions of impl. one with the FreeRTOS Native APIS?
thank you!

You could do something similar to the suggestion under the heading “alternatives to using queue sets” on this page: https://www.freertos.org/Pend-on-multiple-rtos-objects.html - but tailored to your use case.