Home
last modified time | relevance | path

Searched refs:STBI_THREAD_LOCAL (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dstb_image.h623 #define STBI_THREAD_LOCAL thread_local macro
625 #define STBI_THREAD_LOCAL __thread macro
627 #define STBI_THREAD_LOCAL __declspec(thread) macro
629 #define STBI_THREAD_LOCAL _Thread_local macro
632 #ifndef STBI_THREAD_LOCAL
634 #define STBI_THREAD_LOCAL __thread macro
965 #ifdef STBI_THREAD_LOCAL
966 STBI_THREAD_LOCAL
1119 #ifndef STBI_THREAD_LOCAL
1122 static STBI_THREAD_LOCAL in
[all...]

Completed in 6 milliseconds