Mercurial > sdl-ios-xcode
comparison src/timer/riscos/SDL_systimer.c @ 2735:204be4fc2726
Final merge of Google Summer of Code 2008 work...
Port SDL 1.3 to the Nintendo DS
by Darren Alton, mentored by Sam Lantinga
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 27 Aug 2008 15:10:03 +0000 |
parents | c121d94672cb |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
2734:dd25eabe441c | 2735:204be4fc2726 |
---|---|
128 /* Need to yield to let other threads have a go */ | 128 /* Need to yield to let other threads have a go */ |
129 if (riscos_using_threads) | 129 if (riscos_using_threads) |
130 pthread_yield(); | 130 pthread_yield(); |
131 #endif | 131 #endif |
132 | 132 |
133 } | 133 } while (1); |
134 while (1); | |
135 } | 134 } |
136 | 135 |
137 #if SDL_THREADS_DISABLED | 136 #if SDL_THREADS_DISABLED |
138 | 137 |
139 /* Non-threaded version of timer */ | 138 /* Non-threaded version of timer */ |