Searched refs:wq_event (Results 1 – 2 of 2) sorted by relevance
126 (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()
152 EVENT_CB_S wq_event; /**< Event of a workqueue. */ member