Home
last modified time | relevance | path

Searched refs:__SOLARIS__ (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/atomic/
A DSDL_atomic.c34 #if !defined(HAVE_GCC_ATOMICS) && defined(__SOLARIS__)
104 …ICS) && !defined(HAVE_GCC_ATOMICS) && !defined(__MACOSX__) && !defined(__SOLARIS__) && !defined(HA…
140 #elif defined(__SOLARIS__) && defined(_LP64) in SDL_AtomicCAS()
142 #elif defined(__SOLARIS__) && !defined(_LP64) in SDL_AtomicCAS()
175 #elif defined(__SOLARIS__) in SDL_AtomicCASPtr()
202 #elif defined(__SOLARIS__) && defined(_LP64) in SDL_AtomicSet()
204 #elif defined(__SOLARIS__) && !defined(_LP64) in SDL_AtomicSet()
226 #elif defined(__SOLARIS__) in SDL_AtomicSetPtr()
246 #elif defined(__SOLARIS__) in SDL_AtomicAdd()
A DSDL_spinlock.c31 #if !defined(HAVE_GCC_ATOMICS) && defined(__SOLARIS__)
124 #elif defined(__SOLARIS__) && defined(_LP64) in SDL_AtomicTryLock()
128 #elif defined(__SOLARIS__) && !defined(_LP64) in SDL_AtomicTryLock()
181 #elif defined(__SOLARIS__) in SDL_AtomicUnlock()
/AliOS-Things-master/components/SDL2/include/
A DSDL_platform.h117 #undef __SOLARIS__
118 #define __SOLARIS__ 1 macro
/AliOS-Things-master/components/SDL2/src/filesystem/unix/
A DSDL_sysfilesystem.c116 #if defined(__SOLARIS__) in SDL_GetBasePath()
/AliOS-Things-master/components/SDL2/src/
A DSDL.c501 #elif __SOLARIS__ in SDL_GetPlatform()

Completed in 10 milliseconds