HomeSort by relevance Sort by last modified time
    Searched defs:toTid (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/inc/
seos_priv.h 87 uint32_t toTid;
108 uint16_t toTid;
  /device/google/contexthub/firmware/os/core/
nanohub_chre.c 190 uint32_t toTid)
202 return osEnqueuePrivateEvtNew(evtType, evtData, evtFreeCallback, toTid);
484 uint32_t toTid = va_arg(args, uint32_t);
485 *retValP = osChreSendEvent(evtType, evtData, freeCallback, toTid);
osApi.c 66 uint32_t toTid = va_arg(args, uint32_t);
68 *retValP = osEnqueuePrivateEvtAsApp(evtType, evtData, toTid);
291 thing->i2cAppCbkInfo.toTid = osGetCurrentTid();
308 tid = thing->i2cAppCbkInfo.toTid;

Completed in 73 milliseconds