Searched refs:sdl_ok_event (Results 1 – 1 of 1) sorted by relevance
249 static HANDLE sdl_ok_event = NULL; variable254 static pthread_cond_t sdl_ok_event;287 SetEvent(sdl_ok_event);289 pthread_cond_signal(&sdl_ok_event);484 sdl_ok_event = CreateEvent(NULL, in rt_hw_sdl_start()488 if (sdl_ok_event == NULL) in rt_hw_sdl_start()509 WaitForSingleObject(sdl_ok_event, INFINITE); in rt_hw_sdl_start()516 pthread_cond_init(&sdl_ok_event, NULL); in rt_hw_sdl_start()525 pthread_cond_wait(&sdl_ok_event, &sdl_ok_mutex); in rt_hw_sdl_start()529 pthread_cond_destroy(&sdl_ok_event); in rt_hw_sdl_start()
Completed in 10 milliseconds