Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dgit.c74 static CRITICAL_SECTION git_section; variable
77 0, 0, &git_section,
81 static CRITICAL_SECTION git_section = { &critsect_debug, -1, 0, 0, 0, 0 }; variable
193 EnterCriticalSection(&git_section); in StdGlobalInterfaceTable_RegisterInterfaceInGlobal()
206 LeaveCriticalSection(&git_section); in StdGlobalInterfaceTable_RegisterInterfaceInGlobal()
222 EnterCriticalSection(&git_section); in StdGlobalInterfaceTable_RevokeInterfaceFromGlobal()
227 LeaveCriticalSection(&git_section); in StdGlobalInterfaceTable_RevokeInterfaceFromGlobal()
233 LeaveCriticalSection(&git_section); in StdGlobalInterfaceTable_RevokeInterfaceFromGlobal()
260 EnterCriticalSection(&git_section); in StdGlobalInterfaceTable_GetInterfaceFromGlobal()
265 LeaveCriticalSection(&git_section); in StdGlobalInterfaceTable_GetInterfaceFromGlobal()
[all …]