Rename thread source files

This to reflect that they now contain more than TLS.
This commit is contained in:
Camilla Löwy
2017-05-25 19:25:47 +02:00
parent 14a3fe0ac0
commit a3007b9b0e
10 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -495,7 +495,7 @@ struct _GLFWjoystick
*/
struct _GLFWtls
{
// This is defined in the platform's tls.h
// This is defined in the platform's thread.h
_GLFW_PLATFORM_TLS_STATE;
};
@@ -503,7 +503,7 @@ struct _GLFWtls
*/
struct _GLFWmutex
{
// This is defined in the platform's tls.h
// This is defined in the platform's thread.h
_GLFW_PLATFORM_MUTEX_STATE;
};