diff --git a/cwThread.cpp b/cwThread.cpp index b718b7a..47434d5 100644 --- a/cwThread.cpp +++ b/cwThread.cpp @@ -59,6 +59,11 @@ namespace cw if(curStateId == stateId ) break; + + if(curStateId == kExitedThId) + { + return cwLogError(kInvalidStateRC,"Cannot wait on an thread that has already exited."); + } sleepUs( p->waitMicros );