Parent Directory
|
Revision Log
|
Patch
| Revision 1.6 by sysadm, Sun Jul 4 22:49:03 2004 UTC | Revision 1.7 by sysadm, Sun Jul 4 23:35:00 2004 UTC | |
|---|---|---|
| # | Line 153 int thread_pool::RemoveThread(ULONG ulTh | Line 153 int thread_pool::RemoveThread(ULONG ulTh |
| 153 | } | } |
| 154 | ||
| 155 | ||
| 156 | int thread_pool::SetThreadStatus(ULONG ulThreadd, int uStatus) | int thread_pool::SetThreadStatus(ULONG ulThreadId, int uStatus) |
| 157 | { | { |
| 158 | UINTT i; | UINT i; |
| 159 | ||
| 160 | if (this->uThreadCount <= 0) | if (this->uThreadCount <= 0) |
| 161 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |