Kernel Synchronization - English

303 visits



Outline:

About Synchronization mechanism Synchronization techniques provided by Linux kernel Binary semaphore technique About semaphore.h file About sema_init function and its parameters About down_interruptible() function User program to write and read data from a device Executing the user program Compile the driver and the user program Display the output of synchronization