| 923 | #endif |
| 924 | |
| 925 | bool sl_pollthread(void *ti) |
| 926 | { |
| 927 | return ((sl_threadinfo*)ti)->done != 0; |
| 928 | } |
| 929 | |
| 930 | // platform dependent stuff not covered by enet (use POSIX or, if possible, SDL) |
| 931 | #ifdef AC_USE_SDL_THREADS |
no outgoing calls
no test coverage detected