OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:simpleQueueDequeue
(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
34
bool
simpleQueueDequeue
(struct SimpleQueue* sq, void *dataVal);
/device/google/contexthub/firmware/os/core/
simpleQ.c
93
bool
simpleQueueDequeue
(struct SimpleQueue* sq, void *data)
hostIntf.c
564
ret =
simpleQueueDequeue
(mOutputQ, buffer);
575
ret =
simpleQueueDequeue
(mOutputQ, buffer);
[
all
...]
Completed in 205 milliseconds