Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukasjhan/windows-system-programming


https://github.com/lukasjhan/windows-system-programming

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Windows System Programming

This is a repository that summarizes studying about Windows System Programming

* Thread and Synchronization
* Kernel object and Synchronization
* Mutex
* Semaphore
* Event
* Waitable Timer
* User mode Synchronization
* Critical Section
* SRW-Lock
* Condition Variables
* Interlocked API
* Synchronization Barrier
* Asynchronous IO
* File
* APC
* IOCP
* Asynchronous socket
* ThreadPool
* IPC