Lines Matching refs:event
129 if ((cond->event.stEventList.pstPrev == NULL) &&
130 (cond->event.stEventList.pstNext == NULL)) {
151 (VOID)LOS_EventInit(&(cond->event));
179 if (LOS_EventDestroy(&cond->event) != LOS_OK) {
214 (VOID)LOS_EventWrite(&(cond->event), BROADCAST_EVENT);
235 (VOID)LOS_EventWrite(&(cond->event), BROADCAST_EVENT);
248 /* 0: event does not occur */
306 ret = (INT32)LOS_EventRead(&(cond->event), 0x0f, LOS_WAITMODE_OR | LOS_WAITMODE_CLR, (UINT32)absTicks);
340 ret = (INT32)LOS_EventRead(&(cond->event), 0x0f, LOS_WAITMODE_OR | LOS_WAITMODE_CLR, LOS_WAIT_FOREVER);
346 /* 0: event does not occur */