I am just new to threads in C. So starting with the very basics. I am just trying to create threads and using mutual exclusion on them. I have declared three function and creating 3 threads for them but every time I execute my program not all three processes get executed all the time
Please give a solution to this.