Home
last modified time | relevance | path

Searched refs:g_hWindowListMutex (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/classes/draw/impls/win32/
H A Dwin32draw.c28 HANDLE g_hWindowListMutex = NULL; variable
105 WaitForSingleObject(g_hWindowListMutex, INFINITE); in PetscDrawGetMouseButton_Win32()
117 ReleaseMutex(g_hWindowListMutex); in PetscDrawGetMouseButton_Win32()
119 WaitForSingleObject(g_hWindowListMutex, INFINITE); in PetscDrawGetMouseButton_Win32()
138 ReleaseMutex(g_hWindowListMutex); in PetscDrawGetMouseButton_Win32()
601 if (!g_hWindowListMutex) g_hWindowListMutex = CreateMutex(NULL, FALSE, NULL); in PetscDrawCreate_Win32()
610 WaitForSingleObject(g_hWindowListMutex, INFINITE); in PetscDrawCreate_Win32()
643 ReleaseMutex(g_hWindowListMutex); in PetscDrawCreate_Win32()
693 WaitForSingleObject(g_hWindowListMutex, INFINITE); in OnPaint_Win32()
709 ReleaseMutex(g_hWindowListMutex); in OnPaint_Win32()
[all …]