Searched refs:m_busy (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/sockets/
H A Dclient.cpp96 bool m_busy; member in class:MyFrame
234 m_busy = false;
347 m_busy = true;
397 m_busy = false;
408 m_busy = true;
466 m_busy = false;
477 m_busy = true;
524 m_busy = false;
640 m_menuSocket->Enable(CLIENT_OPEN, !m_sock->IsConnected() && !m_busy);
641 m_menuSocket->Enable(CLIENT_TEST1, m_sock->IsConnected() && !m_busy);
[all...]
H A Dserver.cpp79 bool m_busy; member in class:MyFrame
195 m_busy = false;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleUDPSocket.cpp47 m_busy(false),
122 m_busy = false;
265 while (!m_queue.empty() && !m_busy && (sentBytes < maxNumberOfBytesToSend)) {
293 if (!m_busy && !m_queue.empty()) {
315 m_busy = false;
325 m_busy = true;
H A DMuleUDPSocket.h162 bool m_busy; member in class:CMuleUDPSocket
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dmpu401.c65 int m_busy; member in struct:mpu_config
413 busy = devc->m_busy;
414 devc->m_busy = 1;
433 devc->m_busy = 0;
974 devc->m_busy = 0;
H A Ddev_table.h298 volatile int m_busy; member in struct:midi_input_info
H A Dmidi_synth.c444 inc->m_busy = 0;

Completed in 51 milliseconds