#include <config.h>
#include "CXtEventLoop.h"
#include "CApplicationSerializer.h"
Go to the source code of this file.
Variables | |
const char * | Copyright = "(C) Copyright Michigan State University 2002, All rights reserved" |
while(1) { XtGetEvent() LockMutex() XtDispatchEvent(); UnlockMutex(); yield(); // Let someone else run. }
This implies that work procedures and timer procs are also synchonrized to the application. Note that this synchronization can be costly if there are work procedures continuously active.
Definition in file CXtEventLoop.cpp.
|
Definition at line 278 of file CXtEventLoop.cpp. |