cwThreadMach.h/cpp : Non-functional changes.
This commit is contained in:
parent
673e93cf9e
commit
1fa37a5438
@ -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:
|
||||
|
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user