eMule ref: CUploadDiskIOThread::SocketNeedsMoreData() — UploadDiskIOThread.h:56 Called by throttler when it drains a socket and needs more data.
| 102 | // eMule ref: CUploadDiskIOThread::SocketNeedsMoreData() — UploadDiskIOThread.h:56 |
| 103 | // Called by throttler when it drains a socket and needs more data. |
| 104 | void CUploadDiskIOThread::SocketNeedsMoreData() |
| 105 | { |
| 106 | wxMutexLocker lock(m_mutex); |
| 107 | m_bSocketNeedsPending = true; |
| 108 | m_condition.Signal(); |
| 109 | } |
| 110 | |
| 111 | |
| 112 | // eMule ref: CUploadDiskIOThread::RunInternal() — line 84 |
no outgoing calls
no test coverage detected