0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 31, 2024 — Aug 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
pthread exception wrapper example. More... about 15 years ago
pthread exception wrapper example. More... about 15 years ago
add new feature to allow installing of pthread create wrapper, this will alow usage with OSSP libex. More... over 15 years ago
add new feature to allow installing of pthread create wrapper, this will alow usage with OSSP libex. More... over 15 years ago
add version number to library. More... over 15 years ago
add version number to library. More... over 15 years ago
update readme doc, add another use case. More... over 15 years ago
update readme doc, add another use case. More... over 15 years ago
Version 0.5 More... almost 16 years ago
Version 0.5 More... almost 16 years ago
fix Windows compile ENOENT=ERROR_NOT_FOUND and define TRY_LOCK() More... almost 16 years ago
fix printing of scheuled time when sheduled to run ASAP. new feature from d9b7c3fc1897830212f4eb07a26a7f9971054cf4 More... almost 16 years ago
ignore compiled file. More... almost 16 years ago
update workqueue_show_status() to show scheduled time. More... almost 16 years ago
run time sort test until 3 jobs remaining. More... almost 16 years ago
update Makefile.am and configure.ac to build test program from c17937045b9bb8ab3399a8d5f01ee5b31f5cf428 More... almost 16 years ago
new test program to test and verfy sorting by scheduled time. More... almost 16 years ago
update ToDo pthread muxex work done. More... almost 16 years ago
add more info to readme More... almost 16 years ago
fix windows miliseconds carry over to seconds from 28cfbe27279706353aa8b62b9c3b683b9916c037 More... almost 16 years ago
Fix bug with start time nano/mili seconds overflow. Fix pthread_cond_timedwait() to only use one mutex to lock condition variable. More... almost 16 years ago
add dummy work load to test. More... almost 16 years ago
Todo: fix pthread_cond_timedwait to only use one mutex per condition More... almost 16 years ago
Tag version 0.4 More... almost 16 years ago
remove compiled file More... almost 16 years ago
cleanup Error messages. More... almost 16 years ago
new features: workqueue_empty() and workqueue_empty_wait() To cancel all queued work. Also fix possible deadlock. ToDo Test changes on win32. More... almost 16 years ago
only run test max of 20 times. More... almost 16 years ago
C++ library wrapper header and c++ test/example program More... almost 16 years ago
improve workqueue_destroy() by locking ctx while freeing it, and then cleanup pthread mutex. More... almost 16 years ago