SDL_CreateSemaphore 241 src/thread/SDL_thread.c       args->wait = SDL_CreateSemaphore(0);
SDL_CreateSemaphore  57 src/thread/generic/SDL_syscond.c              cond->wait_sem = SDL_CreateSemaphore(0);
SDL_CreateSemaphore  58 src/thread/generic/SDL_syscond.c              cond->wait_done = SDL_CreateSemaphore(0);
SDL_CreateSemaphore  53 src/thread/generic/SDL_sysmutex.c             mutex->sem = SDL_CreateSemaphore(1);
SDL_CreateSemaphore  55 test/testsem.c        sem = SDL_CreateSemaphore(init_sem);