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