Searched defs:nonfull (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/vbox/
H A Dsys_arch.c67 RTSEMEVENTMULTI nonempty, nonfull; member in struct:sys_mbox
195 rc = RTSemEventMultiCreate(&mbox->nonfull);
217 RTSemEventMultiDestroy(mbox->nonfull);
236 rc = RTSemEventMultiWait(mbox->nonfull, RT_INDEFINITE_WAIT);
251 rc = RTSemEventMultiReset(mbox->nonfull);
307 rc = RTSemEventMultiSignal(mbox->nonfull);
314 rc = RTSemEventMultiSignal(mbox->nonfull);
/vbox/src/VBox/Devices/Network/lwip-new/vbox/
H A Dsys_arch.c70 RTSEMEVENTMULTI nonempty, nonfull; member in struct:sys_mbox
204 rc = RTSemEventMultiCreate(&mbox->nonfull);
231 RTSemEventMultiDestroy((mbox)->nonfull);
255 rc = RTSemEventMultiWait((mbox)->nonfull, RT_INDEFINITE_WAIT);
272 rc = RTSemEventMultiReset((mbox)->nonfull);
311 rc = RTSemEventMultiReset((mbox)->nonfull);
369 rc = RTSemEventMultiSignal((mbox)->nonfull);
376 rc = RTSemEventMultiSignal((mbox)->nonfull);
409 rc = RTSemEventMultiSignal((mbox)->nonfull);
416 rc = RTSemEventMultiSignal((mbox)->nonfull);
[all...]

Completed in 276 milliseconds