Home
last modified time | relevance | path

Searched defs:trace_queue (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/interprocess/example/
Ddoc_named_condition_shared_data.hpp13 struct trace_queue struct
17 trace_queue() in trace_queue() argument
22 boost::interprocess::interprocess_mutex mutex;
25 boost::interprocess::interprocess_condition cond_empty;
28 boost::interprocess::interprocess_condition cond_full;
31 char items[LineSize];
34 bool message_in;
Ddoc_anonymous_condition_shared_data.hpp15 struct trace_queue struct
19 trace_queue() in trace_queue() function
24 boost::interprocess::interprocess_mutex mutex;
27 boost::interprocess::interprocess_condition cond_empty;
30 boost::interprocess::interprocess_condition cond_full;
33 char items[LineSize];
36 bool message_in;