0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
join() checks m_state for TERMINATED More... almost 12 years ago
lock() and tryLockFor() implemented with sleepWhile() More... almost 12 years ago
sleepFor() and sleepWhile() implemented; no plain sleep() any more More... almost 12 years ago
Thread.sleepFor() instead of sleep() More... almost 12 years ago
sleep() moved from TimerBase to Thread; sleep/wakeup used instead of suspend/resume; m_state replace isSuspended/isSleeping More... almost 12 years ago
cosmetics More... almost 12 years ago
default isInterruptContext() returning false added More... almost 12 years ago
cosmetics More... almost 12 years ago
class template instead of template class More... almost 12 years ago
doxy defs updated More... almost 12 years ago
doxy updates, mainly the Thread class and the main page More... almost 12 years ago
moved to arm_cm section More... almost 12 years ago
core classes moved to sub-sections More... almost 12 years ago
core sub-sections added More... almost 12 years ago
new sections (Browsing/User manual) added More... almost 12 years ago
NONE renamed SUCCEEDED, ATTENTION_REQUIRED renamed CANCELLED; doxy Errors paragraphs added More... almost 12 years ago
Error active only together with the scheduler More... almost 12 years ago
set various error codes More... almost 12 years ago
get/set error support added More... almost 12 years ago
global error code added More... almost 12 years ago
error codes added More... almost 12 years ago
"Be sure it is atomic" comment added to m_resumeDetails More... almost 12 years ago
ResumeDetails added More... almost 12 years ago
MAX_USER_THREADS defined locally More... almost 12 years ago
mutex test added More... almost 12 years ago
tryLockFor() implemented More... almost 12 years ago
remove(thread) added to notifier More... almost 12 years ago
all threads runs with the same params; in mutex() delays are 1/10 from outer delays More... almost 12 years ago
tryLockFor() tests added and functional More... almost 12 years ago
getTicks() renamed getCurrentTicks() More... almost 12 years ago