OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evtQueueAlloc
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
eventQ.h
35
struct EvtQueue*
evtQueueAlloc
(uint32_t size, EvtQueueForciblyDiscardEvtCbkF forceDiscardCbk);
/device/google/contexthub/firmware/os/core/
eventQ.c
63
struct EvtQueue*
evtQueueAlloc
(uint32_t size, EvtQueueForciblyDiscardEvtCbkF forceDiscardCbk)
seos.c
438
if (!(mEvtsInternal =
evtQueueAlloc
(512, handleEventFreeing))) {
[
all
...]
Completed in 213 milliseconds