Home
last modified time | relevance | path

Searched refs:sim_thread (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/bochs/bochs-2.7/gui/
H A Dwxmain.cc356 sim_thread = NULL; in BEGIN_EVENT_TABLE()
748 if (!sim_thread) { in OnQuit()
897 sim_thread->Create(); in OnStartSim()
898 sim_thread->Run(); in OnStartSim()
908 if (sim_thread) { in OnPauseResumeSim()
915 sim_thread->Pause(); in OnPauseResumeSim()
925 if (sim_thread) { in SimThreadControl()
945 if (sim_thread) { in OnKillSim()
947 sim_thread->Delete(); in OnKillSim()
960 sim_thread = NULL; in OnSimThreadExit()
[all …]
H A Dwxmain.h214 SimThread *GetSimThread() { return sim_thread; } in GetSimThread()
221 SimThread *sim_thread; // get the lock before accessing sim_thread variable
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/
H A Dptt.cc34 sim_thread(void *arg) in sim_thread() function
108 pthread_create(&sim_th, &ta, sim_thread, &sargs); in start_simulation()