You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Process creation and threading • Creating Threads • Replacing process image using execlp • Process duplication using fork Inter-process communication • Pipes, popen and pclose functions • Stream pipes, passing file descriptors • Shared memory • Message passing Synchronization • Synchronization with Mutexes • Synchronization with semaphores • Rac…