Home
last modified time | relevance | path

Searched defs:pfnSDL_CurrentBeginThread (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/thread/windows/
A DSDL_systhread.c43 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned, typedef
53 typedef unsigned long (__watcall * pfnSDL_CurrentBeginThread) (void *, typedef
66 typedef uintptr_t(__cdecl * pfnSDL_CurrentBeginThread) (void *, unsigned, typedef
/AliOS-Things-master/components/SDL2/include/
A DSDL_thread.h101 typedef uintptr_t (__cdecl * pfnSDL_CurrentBeginThread) typedef
154 typedef int (*pfnSDL_CurrentBeginThread)(void (*func)(void *), void *, unsigned, void * /*arg*/); typedef

Completed in 4 milliseconds