Lines Matching refs:allocated
42 assert(tls->posix.allocated == GLFW_FALSE);
51 tls->posix.allocated = GLFW_TRUE;
57 if (tls->posix.allocated)
64 assert(tls->posix.allocated == GLFW_TRUE);
70 assert(tls->posix.allocated == GLFW_TRUE);
76 assert(mutex->posix.allocated == GLFW_FALSE);
84 return mutex->posix.allocated = GLFW_TRUE;
89 if (mutex->posix.allocated)
96 assert(mutex->posix.allocated == GLFW_TRUE);
102 assert(mutex->posix.allocated == GLFW_TRUE);