Searched refs:m_running (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DKademlia.cpp73 bool CKademlia::m_running = false; member in class:CKademlia
83 wxASSERT(instance->m_running);
123 m_running = true;
130 if (!m_running) {
137 m_running = false;
175 if (instance == NULL || !m_running) {
H A DKademlia.h73 static bool IsRunning() throw() { return m_running; }
126 static bool m_running; member in class:Kademlia::CKademlia
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dlife.cpp280 m_running = false;
370 GetToolBar()->EnableTool(ID_START, !m_running);
371 GetToolBar()->EnableTool(wxID_STOP, m_running);
372 GetMenuBar()->Enable(ID_START, !m_running);
373 GetMenuBar()->Enable(ID_STEP, !m_running);
374 GetMenuBar()->Enable(wxID_STOP, m_running);
438 m_running = true;
441 while (m_running && m_topspeed)
546 if (m_running)
572 if (!m_running)
[all...]
H A Dlife.h155 bool m_running; member in class:LifeFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/exec/
H A Dexec.cpp130 if ( m_running.IsEmpty() )
139 m_running.Add(process);
144 m_running.Remove(process);
146 if ( m_running.IsEmpty() )
173 MyProcessesArray m_running; member in class:MyFrame
955 size_t count = m_running.GetCount();
958 if ( m_running[n]->HasInput() )

Completed in 53 milliseconds