Respected Sir/Madam,
I am trying to block various tasks and want to enable them at the same time, so that these blocked tasks continue to run again as they were created. I want to ask that is there any object in SYS/BIOS which i can use to invoke these blocked tasks at once using a single call? or i have to use a counting semaphore and then use a loop as many times as there are blocked tasks, so that i can use sem_pend() and sem_post() for this purpose. Please suggest me
Thanks in advance.