Lines Matching refs:allocated
41 assert(tls->win32.allocated == GLFW_FALSE);
50 tls->win32.allocated = GLFW_TRUE;
56 if (tls->win32.allocated)
63 assert(tls->win32.allocated == GLFW_TRUE);
69 assert(tls->win32.allocated == GLFW_TRUE);
75 assert(mutex->win32.allocated == GLFW_FALSE);
77 return mutex->win32.allocated = GLFW_TRUE;
82 if (mutex->win32.allocated)
89 assert(mutex->win32.allocated == GLFW_TRUE);
95 assert(mutex->win32.allocated == GLFW_TRUE);