Home | History | Annotate | Download | only in wrapsim

Lines Matching full:displayidx

521 void wsLockDisplay(int displayIdx)
523 assert(displayIdx >= 0 && displayIdx < gWrapSim.numDisplays);
524 int semid = gWrapSim.display[displayIdx].semid;
532 void wsUnlockDisplay(int displayIdx)
534 assert(displayIdx >= 0 && displayIdx < gWrapSim.numDisplays);
535 int semid = gWrapSim.display[displayIdx].semid;
912 void wsPostDisplayUpdate(int displayIdx)
921 setCommand(&msg, kCommandUpdateDisplay, displayIdx);