OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:simpleQueueEnqueue
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
simpleQ.h
29
//SINGLE producer, SINGLE consumer queue. data is copied INTO/OUT of the queue by
simpleQueueEnqueue
/simpleQueueDequeue
33
bool
simpleQueueEnqueue
(struct SimpleQueue* sq, const void *data, int length, bool possiblyDiscardable);
/device/google/contexthub/firmware/os/core/
simpleQ.c
146
bool
simpleQueueEnqueue
(struct SimpleQueue* sq, const void *data, int length, bool possiblyDiscardable)
hostIntf.c
828
bool queued =
simpleQueueEnqueue
(mOutputQ, &sensor->buffer,
[
all
...]
Completed in 56 milliseconds