Skip to content

tpainter/win-posix-clock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

    POSIX clock functions for Windows
    https://github.com/tpainter/win-posix-clock

== Goals
The goal of this project is to provide the posix clock functions listed below:
  nanosleep
  clock_getres
  clock_gettime
  clock_settime
  clock_nanosleep

These functions compliment the typical pthreads-win32 library found here:
https://www.sourceware.org/pthreads-win32/



== Original Source forked from:
  * Web View: http://github.com/songdongsheng/libpthread
  * git clone git://github.com/songdongsheng/libpthread.git

The original libpthread appears to be an incomplete pthreads implimentation, but it does
include the clock functions missing in the pthreads-win32 library.

About

Posix clock functions for Windows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.5%
  • CMake 5.5%