Searched refs:scn_wait_sync (Results 1 – 2 of 2) sorted by relevance
259 scene->scn_wait_sync = (void *)(uintptr_t)ws.ws_wait; in scene_start()271 semaphore_signal_all((semaphore_t)scene->scn_wait_sync); in scene_end()272 semaphore_destroy(mach_task_self(), (semaphore_t)scene->scn_wait_sync); in scene_end()
73 void *scn_wait_sync; member