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