cwThreadMach.h/cpp : Non-functional changes.

This commit is contained in:
kevin 2024-12-29 10:18:25 -05:00
parent 673e93cf9e
commit 1fa37a5438
2 changed files with 1 additions and 2 deletions

View File

@ -408,7 +408,7 @@ cw::rc_t cw::thread_tasks::run( handle_t h, task_t* taskA, unsigned taskN, unsig
case kTimeOutRC:
// mutex is unlocked
p->mutexLockFl = false;
cwLogWarning("Thread tasks timed out.");
cwLogWarning("Thread tasks timed out after %i ms.",timeOutMs);
break;
default:

View File

@ -34,7 +34,6 @@ namespace cw
{
typedef handle<struct thread_tasks_str> handle_t;
typedef thread::cbFunc_t threadFunc_t;
// Create a thread tasks machine with threadN records
rc_t create( handle_t& hRef, unsigned threadN );