Commit Graph

5 Commits

Author SHA1 Message Date
kevin
e1aa033958 cwTime.h/cpp, cwMutex.cpp : Time now depends on CLOCK_MONOTONIC instead of CLOCK_REALTIME.
mutex::lock() apparently depends on CLOCK_REALTIME and so that is now handled with a direct call to clock_gettime().
2024-02-10 11:49:47 -05:00
kevin
d4eacdf964 cwMutex.cpp : Do not indicate failure when the mutex times out. 2023-02-19 17:11:39 -05:00
kevin
d700a0e8b1 cwMutex.h/cpp : Added lock() with a timeout option. 2022-12-12 12:19:56 -05:00
kevin
2fbd8b690f cwmutex.h : Added signalCondVar(). 2021-01-20 13:07:36 -05:00
kpl
dfe4ca02a1 cwLib.h/cpp, cwMutex.h/cpp : Initial commit. 2020-03-04 14:05:54 -05:00