Tagged Questions

0
votes
1answer
806 views

pthreads with real time priority

I need to manage a pool of threads having different priorities, so I wrote the following thread startup procedure: static int startup(thrd_t *thrd, thrd_sync_t *sync, int prio) { pthread_attr_t ...