Advertisements

Tag Archives : POSIX

Syncronization in threads using POSIX thread

Syncronization in threads using POSIX thread

Thread Synchronization is an important part of Operating System.It is explaining that concurrently-executing threads or processes do not execute specific portions of a program at the same time. If one thread has begun to execute a serialized portion of...
Filed in: Misc
1
Advertisements