* implemented VZ's idea about creating and destroying bg threads.
(PB with the destruction of waiter: I think it's a race problem but I can't localize it if someone finds it please mail it to me) * Fixed race condition in threadpsx.cpp. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -115,12 +115,10 @@ class wxSocketInternal {
|
||||
|
||||
int GetFD() { return m_fd; }
|
||||
|
||||
void InitializeSocket();
|
||||
void FinalizeSocket();
|
||||
void PauseSocket();
|
||||
void ResumeSocket();
|
||||
void EnableWaiter();
|
||||
void DisableWaiter();
|
||||
void ResumeWaiter();
|
||||
void StopWaiter();
|
||||
void ResumeRequester();
|
||||
void StopRequester();
|
||||
|
||||
void QueueRequest(SockRequest *request, bool async);
|
||||
void WaitForEnd(SockRequest *request);
|
||||
|
Reference in New Issue
Block a user