#include <main.h>
Inheritance diagram for TcpConnectionList:
Protected Member Functions | |
| TcpConnection * | MakeOneTcpConnection () |
Protected Attributes | |
| PSyncPoint | checkListContents |
| PMutex | accessMutex |
| PThread * | createNewTcpConnections |
| PMutex | mutexNewTcpConnections |
| BOOL | endNow |
Access to this list is kept threadsafe by use of a mutex
|
|
General method to build a TcpConnection |
|
|
Lock access to the list with this mutex |
|
|
On removing a TcpConnection from the list, ping this to get the thread to create more |
|
|
Pointer to the thread that does the creation process |
|
|
Flag to say end the creation process, which kills the createNewTcpconnections thread |
|
|
Mutex which protects access to the createNewTcpConnections thread pointer |
1.4.4