18 #include "pandabase.h"
22 #include "lightMutex.h"
40 bool is_queue_empty()
const;
41 bool is_queue_full()
const;
44 INLINE
static EventQueue *get_global_event_queue();
47 static void make_global_event_queue();
56 #include "eventQueue.I"
A queue of pending events.
A ConstPointerTo is similar to a PointerTo, except it keeps a const pointer to the thing...
This is a standard, non-reentrant mutex, similar to the Mutex class.