Lines Matching defs:readSem
90 UINT32 readSem;
244 ret = LOS_SemCreate(0, &dev->readSem);
254 (VOID)LOS_SemDelete(dev->readSem);
301 (VOID)LOS_SemDelete(dev->readSem);
453 PIPE_RW_POST(dev->readSem);
519 ret = LOS_SemPend(dev->readSem, LOS_WAIT_FOREVER);
530 PIPE_RW_WAIT(dev->readSem);
540 ret = LOS_SemPend(dev->readSem, LOS_WAIT_FOREVER);
580 PIPE_RW_POST(dev->readSem);
594 PIPE_RW_POST(dev->readSem);