• Sam Lantinga's avatar
    Colin Leroy 2011-01-26 04:24:20 PST · b58487d8
    Sam Lantinga authored
    the pthread implementation of SDL_SemWaitTimeout() uses busy waiting, while
    pthread's sem_timedwait() does work. Attached are patches that make use of it
    b58487d8
testsem.c 2.46 KB