Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 465 Bytes

File metadata and controls

11 lines (8 loc) · 465 Bytes

Threads-and-Synchronization

This repository would contain small code snippet for threads synchronization in windows

CheckMutex1.py This file contains test code to check win32 Kernel Mutex working in python. It creates foo.txt and wrtie 1 into it.
CheckMutex2.py This file contains test code to check win32 Kernel Mutex working in python. It creates foo.txt and wrtie 2 into it.

MutexAcrossProcess.py This is main file in which Mutex is created