Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dgit.c72 static IGlobalInterfaceTable *std_git; variable
364 if (!std_git) in get_std_git()
375 …if (InterlockedCompareExchangePointer((void**)&std_git, &newGIT->IGlobalInterfaceTable_iface, NULL… in get_std_git()
383 return std_git; in get_std_git()
391 if (!std_git) return; in release_std_git()
393 git = impl_from_IGlobalInterfaceTable(std_git); in release_std_git()