Commit Graph

8 Commits

Author SHA1 Message Date
kevin
9acb24e9e1 Apply licensing information to project. 2024-12-01 14:35:24 -05:00
kevin
91fad53d33 Added "#include cwTest.h" dependency to most *.cpp files. 2024-05-29 12:36:57 -04:00
kevin
13f18fe5f0 cwMutex.cpp : Added use of _future_ms() to handle timing based on
CLOCK_REALTIME for all time dependent calls in cwMutex.cpp.
2024-02-18 08:50:49 -05:00
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