OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eOsEnqueueEvt
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/app/test0.app/
test_app0.c
65
if (!(
eOsEnqueueEvt
(EVT_APP_TO_HOST, extMsg, mMyTid)))
/device/google/contexthub/firmware/os/inc/
syscallDo.h
52
static inline bool
eOsEnqueueEvt
(uint32_t evtType, void *evtData, uint32_t tidOfWhoWillFreeThisEvent) // tidOfWhoWillFreeThisEvent is likely your TID
59
bool success =
eOsEnqueueEvt
(evtType, evtData, tidOfWhoWillFreeThisEvent);
Completed in 77 milliseconds