Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_workqueue.c126 (VOID)LOS_EventInit(&wq->wq_event); in __create_workqueue_key()
192 …(VOID)LOS_EventRead(&(cwq->wq->wq_event), 0x01, LOS_WAITMODE_OR | LOS_WAITMODE_CLR, LOS_WAIT_FOREV… in WorkerThread()
264 (VOID)LOS_EventWrite(&(cwq->wq->wq_event), 0x01); in InsertWork()
560 (VOID)LOS_EventDestroy(&(wq->wq_event)); in linux_destroy_workqueue()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dworkqueue.h152 EVENT_CB_S wq_event; /**< Event of a workqueue. */ member