Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukasjhan/windows-system-programming
https://github.com/lukasjhan/windows-system-programming
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukasjhan/windows-system-programming
- Owner: lukasjhan
- Created: 2023-04-30T08:02:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-30T08:03:02.000Z (over 1 year ago)
- Last Synced: 2024-04-12T05:09:13.647Z (7 months ago)
- Language: C++
- Size: 685 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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