0
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
pthread exception wrapper example. More... over 14 years ago
pthread exception wrapper example. More... over 14 years ago
add new feature to allow installing of pthread create wrapper, this will alow usage with OSSP libex. More... almost 15 years ago
add new feature to allow installing of pthread create wrapper, this will alow usage with OSSP libex. More... almost 15 years ago
add version number to library. More... almost 15 years ago
add version number to library. More... almost 15 years ago
update readme doc, add another use case. More... about 15 years ago
update readme doc, add another use case. More... about 15 years ago
Version 0.5 More... about 15 years ago
Version 0.5 More... about 15 years ago
fix Windows compile ENOENT=ERROR_NOT_FOUND and define TRY_LOCK() More... about 15 years ago
fix printing of scheuled time when sheduled to run ASAP. new feature from d9b7c3fc1897830212f4eb07a26a7f9971054cf4 More... about 15 years ago
ignore compiled file. More... about 15 years ago
update workqueue_show_status() to show scheduled time. More... about 15 years ago
run time sort test until 3 jobs remaining. More... about 15 years ago
update Makefile.am and configure.ac to build test program from c17937045b9bb8ab3399a8d5f01ee5b31f5cf428 More... about 15 years ago
new test program to test and verfy sorting by scheduled time. More... about 15 years ago
update ToDo pthread muxex work done. More... about 15 years ago
add more info to readme More... about 15 years ago
fix windows miliseconds carry over to seconds from 28cfbe27279706353aa8b62b9c3b683b9916c037 More... about 15 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... about 15 years ago
add dummy work load to test. More... about 15 years ago
Todo: fix pthread_cond_timedwait to only use one mutex per condition More... about 15 years ago
Tag version 0.4 More... about 15 years ago
remove compiled file More... about 15 years ago
cleanup Error messages. More... about 15 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... about 15 years ago
only run test max of 20 times. More... about 15 years ago
C++ library wrapper header and c++ test/example program More... over 15 years ago
improve workqueue_destroy() by locking ctx while freeing it, and then cleanup pthread mutex. More... over 15 years ago