Lines Matching defs:sync
78 static status_t VBoxGuestHaikuSelect(void *cookie, uint8 event, uint32 ref, selectsync *sync);
79 static status_t VBoxGuestHaikuDeselect(void *cookie, uint8 event, selectsync *sync);
292 * @param sync ???
296 static status_t VBoxGuestHaikuSelect(void *cookie, uint8 event, uint32 ref, selectsync *sync)
315 notify_select_event(sync, event);
321 sState.selectSync = (void *)sync;
336 * @param sync ???
340 static status_t VBoxGuestHaikuDeselect(void *cookie, uint8 event, selectsync *sync)
344 //dprintf(DRIVER_NAME "deselect(,%d,%p)\n", event, sync);
348 if (sState.selectSync == sync)