Lines Matching refs:wait
115 (void)LOS_EventRead(&udd->wait.stEvent, 0x1, LOS_WAITMODE_OR, LOS_WAIT_FOREVER);
119 (void)LOS_EventClear(&udd->wait.stEvent, ~(0x1));
269 (void)LOS_EventWrite(&udd->wait.stEvent, 0x1);
279 struct wait_queue_head *wait = NULL;
293 wait = &udd->wait;
296 (void)LOS_EventInit(&wait->stEvent);
297 spin_lock_init(&wait->lock);
298 LOS_ListInit(&wait->poll_queue);
328 struct wait_queue_head *wait = NULL;
340 wait = &udd->wait;
351 LOS_ListDelete(&wait->poll_queue);
352 LOS_EventDestroy(&wait->stEvent);
377 poll_wait((struct file *)filep, &udd->wait, (poll_table *)table);