ewmscp
..
|
#include "../waitQueues.h"
#include <iostream>
#include <thread>
#include <vector>
#include <chrono>
Go to the source code of this file.
Functions | |
void | o2s (int i, waitQueues::simple< int > &sq, waitQueues::ordered< int > &oq) |
int | main (int argc, const char *argv[]) |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 19 of file waitQueuesTest.cpp.
References waitQueues::simple< T >::dequeue(), waitQueues::ordered< T, ascending, Container >::emplace(), waitQueues::ordered< T, ascending, Container >::enqueue(), o2s(), and waitQueues::simple< T >::signalDoneThread().
void o2s | ( | int | i, |
waitQueues::simple< int > & | sq, | ||
waitQueues::ordered< int > & | oq | ||
) |
Definition at line 7 of file waitQueuesTest.cpp.
References waitQueues::ordered< T, ascending, Container >::dequeue(), and waitQueues::simple< T >::enqueue().
Referenced by main().