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.
Browse files
Fixed bug #935
Patrice Mandin Hello, I originally added pth support for threads in SDL 1.2 because on the Atari platform we did not have any thread library. I think pth support could be removed from SDL 1.3 for two reasons: - Atari platform removed - pth does not provides real (preemptive) threads, because it is user space, and expect the application to call one of its function to give CPU to another thread. So it is not exactly useful for applications, that expect threads to run simultaneously.
- Loading branch information
Showing
with
0 additions
and 490 deletions.
- +0 −29 configure.in
- +0 −1 include/SDL_config.h.in
- +0 −13 src/SDL.c
- +0 −2 src/thread/SDL_thread_c.h
- +0 −173 src/thread/pth/SDL_syscond.c
- +0 −93 src/thread/pth/SDL_sysmutex.c
- +0 −33 src/thread/pth/SDL_sysmutex_c.h
- +0 −103 src/thread/pth/SDL_systhread.c
- +0 −32 src/thread/pth/SDL_systhread_c.h
- +0 −11 src/timer/unix/SDL_systimer.c
Oops, something went wrong.