Skip to content

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…

Notifications You must be signed in to change notification settings

AdarshPawar29/CSE325_Linux_Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE325_Linux_Programming

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 • Race Condition Simulation of Shell commands using system calls • file/directory related system calls / library functions (read, write, open, close, lseek, opendir, readdir, closedir, etc) File allocation strategies • sequential file allocation, indexed file allocation, linked file allocation.

About

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…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages