0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected 8 months ago.
Jul 05, 2024 — Jul 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented detach capability. More... almost 17 years ago
Accomodating for an interesting pthread behaviour on Linux -- when More... almost 17 years ago
Using Thread#inspect() in output. More... almost 17 years ago
Added a test and fixed thread interruption facility. Currently it is based on More... almost 17 years ago
Added a test for exitting with a status and fixed it. More... almost 17 years ago
More tests and improvements while making tests pass. Refactored states, fixed More... almost 17 years ago
Provided dummy implementation for query methods and introduced Inspector More... almost 17 years ago
Added more tests for recently introduced methods. More... almost 17 years ago
Adjusted compile. More... almost 17 years ago
Cleaning up as it it unlikely 'apr' implementation will ever see a day light More... almost 17 years ago
Introduced a class for signalling thread exit. More... almost 17 years ago
Added API calls for detaching threads and checking if detached. More... almost 17 years ago
Added more status queries to threads. More... almost 17 years ago
Making Runnable#run() non-const. More... almost 17 years ago
Now WIN32 implementation is fully functional. All tests pass. More... almost 17 years ago
Testing for generic exception rather than for sk::util::SystemException as More... almost 17 years ago
Moved sleep out of the synchronized block and increased concurrency. More... almost 17 years ago
For WIN32 CriticalSection, implemented checks for depth and errors. More... almost 17 years ago
Forgotten rename adjustment. More... almost 17 years ago
Moved _scope to be the first data member for a pthread's Mutex class. More... almost 17 years ago
Introduced first tests for WIN32 critical section operations. More... almost 17 years ago
Cleaned up pthreads test invocation. More... almost 17 years ago
Added calls to actual Windows critical section API. More... almost 17 years ago
Oops, forgot class files themselves. More... almost 17 years ago
Added a class for wrapping up Windows critical section concept. More... almost 17 years ago
Introduced ability for Mutex implementation to inform whether it maintains More... almost 17 years ago
Implemented Windows thread management. More... almost 17 years ago
Implemented TLS management for WIN32 thread implementation. More... almost 17 years ago
Finalized rename from mswin to win32. Fixed windows config block in gcc3 jam More... almost 17 years ago
Renamed mswin thread implementation to win32 to correctly reflect the nature. More... almost 17 years ago