Does the FreeRTOS+POSIX provide support for pthread_once posix API?
You can find the current docs here: Including the API docs here: https://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_POSIX/index.htmlhttps://www.freertos.org/Documentation/api-ref/POSIX/posix_functions.html Doesn’t look like _once() is included. Grateful if you can submit a pull request on the labs repo if you create it.