Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/tutorial/
Dbounded_buffer.cpp13 class bounded_buffer : private boost::noncopyable class
17 bounded_buffer(int n) : begin(0), end(0), buffered(0), circular_buf(n) { } in bounded_buffer() function in bounded_buffer
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/
Dcondition.cpp14 class bounded_buffer : private boost::noncopyable class
19 bounded_buffer(int n) : boost::noncopyable(), begin(0), end(0), buffered(0), circular_buf(n) { } in bounded_buffer() function in bounded_buffer