Updated: October 28, 2024 |
If you'd like to create a new thread every time a timer fires, then you can do so with the struct sigevent and all the other timer stuff we just discussed.
struct sigevent event; SIGEV_THREAD_INIT (&event, maintenance_func, NULL);