Lines Matching defs:STBI_THREAD_LOCAL
623 #define STBI_THREAD_LOCAL thread_local
625 #define STBI_THREAD_LOCAL __thread
627 #define STBI_THREAD_LOCAL __declspec(thread)
629 #define STBI_THREAD_LOCAL _Thread_local
632 #ifndef STBI_THREAD_LOCAL
634 #define STBI_THREAD_LOCAL __thread
965 #ifdef STBI_THREAD_LOCAL
966 STBI_THREAD_LOCAL
1119 #ifndef STBI_THREAD_LOCAL
1122 static STBI_THREAD_LOCAL int stbi__vertically_flip_on_load_local, stbi__vertically_flip_on_load_set;
1133 #endif // STBI_THREAD_LOCAL
5007 #ifndef STBI_THREAD_LOCAL
5011 static STBI_THREAD_LOCAL int stbi__unpremultiply_on_load_local, stbi__unpremultiply_on_load_set;
5012 static STBI_THREAD_LOCAL int stbi__de_iphone_flag_local, stbi__de_iphone_flag_set;
5032 #endif // STBI_THREAD_LOCAL