Skip to content

A simple C11 <threads.h> implementation for Windows.

License

Notifications You must be signed in to change notification settings

Berrysoft/WinCThreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinCThreads

A simple C11 <threads.h> implementation for Windows, with some extensions to support SRW lock and semaphore.

All functions are implemented without using <thr/xthreads.h>.