OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CircularQueueBase
(Results
1 - 2
of
2
) sorted by null
/device/google/cuttlefish_common/common/vsoc/shm/
circqueue.h
38
class
CircularQueueBase
{
43
CircularQueueBase
() = delete;
44
CircularQueueBase
(const
CircularQueueBase
&) = delete;
45
CircularQueueBase
& operator=(const
CircularQueueBase
&) = delete;
107
using CircularQueueBase64k =
CircularQueueBase
<16>;
116
class CircularByteQueue : public
CircularQueueBase
<SizeLog2> {
119
CircularQueueBase
<SizeLog2>::layout_size;
141
using Range = typename
CircularQueueBase
<SizeLog2>::Range
[
all
...]
/device/google/cuttlefish_common/common/vsoc/lib/
circqueue_impl.h
38
void
CircularQueueBase
<SizeLog2>::CopyInRange(const char* buffer_in,
53
void
CircularQueueBase
<SizeLog2>::CopyOutRange(const Range& t,
68
void
CircularQueueBase
<SizeLog2>::WaitForDataLocked(
83
intptr_t
CircularQueueBase
<SizeLog2>::WriteReserveLocked(
Completed in 229 milliseconds