Parent Directory
|
Revision Log
|
Patch
| Revision 1.2 by sysadm, Sat Jul 3 05:30:04 2004 UTC | Revision 1.3 by sysadm, Sat Jul 3 13:56:04 2004 UTC | |
|---|---|---|
| # | Line 43 int outd::work() | Line 43 int outd::work() |
| 43 | ||
| 44 | while(!this->IsShutdown()) | while(!this->IsShutdown()) |
| 45 | { | { |
| 46 | this->GetParentThread()->GetThreadPool()->SetThreadStatus(hThreadCurrent,thread_pool::S_WORKING); | |
| 47 | ||
| 48 | if (t_count >= 600 && base_active::uThreadCount == 0) | if (t_count >= 600 && base_active::uThreadCount == 0) |
| 49 | { | { |
| 50 | p = new base_active(); | p = new base_active(); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |