Home
last modified time | relevance | path

Searched refs:stEvent (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dwait.h55 EVENT_CB_S stEvent; member
159 …if ((wait).stEvent.stEventList.pstPrev == (struct LOS_DL_LIST *)INVALID_ADDR) { …
160 …(VOID)LOS_EventInit(&(wait).stEvent); …
163 …(VOID)LOS_EventRead(&(wait).stEvent, 0x1U, LOS_WAITMODE_AND | LOS_WAITMODE_CLR, LOS_WAIT_FOREVER);…
200 … if ((wait).stEvent.stEventList.pstPrev == (struct LOS_DL_LIST *)INVALID_ADDR) { \
201 … (VOID)LOS_EventInit(&(wait).stEvent); \
205 … ret = LOS_EventRead(&(wait).stEvent, 0x1U, LOS_WAITMODE_AND | LOS_WAITMODE_CLR, (timeout)); \
244 return !LOS_ListEmpty(&(q->stEvent.stEventList)); in linux_waitqueue_active()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_semaphore.c135 (VOID)LOS_EventInit(&wait->stEvent); in __init_waitqueue_head()
145 (VOID)LOS_EventWrite(&wait->stEvent, 0x1); in __wake_up_interruptible()
154 (VOID)LOS_EventWrite(&wait->stEvent, 0x1); in __wake_up_interruptible_poll()