Searched refs:SDL_GetCPUCount (Results 1 – 6 of 6) sorted by relevance
119 extern DECLSPEC int SDLCALL SDL_GetCPUCount(void);
128 ret = SDL_GetCPUCount(); in platform_testGetFunctions()
370 SDL_Log("CPU count: %d\n", SDL_GetCPUCount()); in TestCPUInfo()
550 SDL_GetCPUCount(void) in SDL_GetCPUCount() function1031 printf("CPU count: %d\n", SDL_GetCPUCount()); in main()
101 #define SDL_GetCPUCount SDL_GetCPUCount_REAL macro
132 SDL_DYNAPI_PROC(int,SDL_GetCPUCount,(void),(),return)
Completed in 18 milliseconds