This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
182 additions
and 44 deletions.
- +24 −0 configure.in
- +3 −0 include/SDL_config.h.in
- +28 −4 include/SDL_thread.h
- +4 −2 src/audio/SDL_audio.c
- +1 −1 src/main/beos/SDL_BeApp.cc
- +1 −1 src/thread/SDL_systhread.h
- +29 −13 src/thread/SDL_thread.c
- +1 −0 src/thread/SDL_thread_c.h
- +8 −2 src/thread/beos/SDL_systhread.c
- +1 −1 src/thread/generic/SDL_systhread.c
- +1 −1 src/thread/irix/SDL_systhread.c
- +1 −1 src/thread/nds/SDL_systhread.c
- +22 −1 src/thread/pthread/SDL_systhread.c
- +30 −2 src/thread/windows/SDL_systhread.c
- +3 −2 src/timer/SDL_timer.c
- +8 −4 test/testatomic.c
- +1 −1 test/testerror.c
- +3 −1 test/testlock.c
- +3 −1 test/testsem.c
- +2 −2 test/testthread.c
- +2 −2 test/threadwin.c
- +6 −2 test/torturethread.c
Oops, something went wrong.