Definition in file MsgQueue.h.
#include <queue>
#include <unistd.h>
#include <errno.h>
#include <sys/poll.h>
#include "Notifier.h"
#include "SpinLock.h"
#include "../debug/Log.h"
#include "../debug/DebugUtils.h"
#include "MsgQueue.tcc"
Go to the source code of this file.
Namespaces | |
namespace | oasys |
Classes | |
class | oasys::MsgQueue< _elt_t > |
A producer/consumer queue for passing data between threads in the system, using the Notifier functionality to block and wakeup threads. More... |