#include "ros/console.h"
#include <gtest/gtest.h>
#include <boost/thread.hpp>
#include "log4cxx/appenderskeleton.h"
#include "log4cxx/spi/loggingevent.h"
#include <vector>
Go to the source code of this file.
Classes | |
struct | TestAppender::Info |
class | TestAppender |
Functions | |
int | main (int argc, char **argv) |
TEST (Rosconsole, threadedCalls) | |
void | threadFunc (boost::barrier *b) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 102 of file thread_test.cpp.
TEST | ( | Rosconsole | , |
threadedCalls | |||
) |
Definition at line 82 of file thread_test.cpp.
void threadFunc | ( | boost::barrier * | b | ) |
Definition at line 75 of file thread_test.cpp.