### Description The EventFlags class does not specify a unit of time for its timeout. * [wait_all](https://github.com/ARMmbed/mbed-os/blob/de6ba91644c4b2396d9445ada1554b2487652a24/rtos/EventFlags.h#L90) * [wait_any](https://github.com/ARMmbed/mbed-os/blob/de6ba91644c4b2396d9445ada1554b2487652a24/rtos/EventFlags.h#L100) I tried to follow the callstack, but I didn't find the units for this timeout. ### Issue request type [ ] Question [ X] Enhancement [ ] Bug