Searched refs:wxMainMutex (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dthreadno.cpp147 wxMutex *wxMainMutex; // controls access to all GUI functions variable
171 wxMainMutex = new wxMutex();
172 wxMainMutex->Lock();
178 wxMainMutex->Unlock();
179 delete wxMainMutex;
H A Dthreadsgi.cpp46 wxMutex *wxMainMutex; variable
177 wxMainMutex->Unlock();
180 wxMainMutex->Lock();
260 wxMainMutex = new wxMutex();
263 wxMainMutex->Lock();
269 wxMainMutex->Unlock();
271 delete wxMainMutex;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dthreadno.cpp146 wxMutex *wxMainMutex; // controls access to all GUI functions variable
170 wxMainMutex = new wxMutex();
171 wxMainMutex->Lock();
177 wxMainMutex->Unlock();
178 delete wxMainMutex;
H A Dthreadsgi.cpp46 wxMutex *wxMainMutex; variable
177 wxMainMutex->Unlock();
180 wxMainMutex->Lock();
260 wxMainMutex = new wxMutex();
263 wxMainMutex->Lock();
269 wxMainMutex->Unlock();
271 delete wxMainMutex;

Completed in 41 milliseconds