Home
last modified time | relevance | path

Searched refs:SDL_GetCPUCount (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_cpuinfo.h119 extern DECLSPEC int SDLCALL SDL_GetCPUCount(void);
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_platform.c128 ret = SDL_GetCPUCount(); in platform_testGetFunctions()
A Dtestplatform.c370 SDL_Log("CPU count: %d\n", SDL_GetCPUCount()); in TestCPUInfo()
/AliOS-Things-master/components/SDL2/src/cpuinfo/
A DSDL_cpuinfo.c550 SDL_GetCPUCount(void) in SDL_GetCPUCount() function
1031 printf("CPU count: %d\n", SDL_GetCPUCount()); in main()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h101 #define SDL_GetCPUCount SDL_GetCPUCount_REAL macro
A DSDL_dynapi_procs.h132 SDL_DYNAPI_PROC(int,SDL_GetCPUCount,(void),(),return)

Completed in 18 milliseconds