Search results

  1. G

    Process or threads synchronization in Linux

    I am creating a program which uses multiple threads, but I am not able to synchronize such that a function threaded by an thread1 always execute first and no another threads able to run change shared resources. I heard about mutex locks and semaphore but I have no idea how to use. my code still...
Top