Searched defs:g_NtProtectTree (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp361 /** Spinlock protecting g_NtProtectTree as well as the releasing of protection
365 static AVLPVTREE g_NtProtectTree = NULL; variable
2932 bool fSuccess = RTAvlPVInsert(&g_NtProtectTree, &pNtChild->AvlCore);
3681 bool fSuccess = RTAvlPVInsert(&g_NtProtectTree, &pNtProtect->AvlCore);
3722 PSUPDRVNTPROTECT pRemoved = (PSUPDRVNTPROTECT)RTAvlPVRemove(&g_NtProtectTree, pNtProtect->AvlCore.Key);
3736 pRemovedChild = (PSUPDRVNTPROTECT)RTAvlPVRemove(&g_NtProtectTree, pChild->AvlCore.Key);
3771 PSUPDRVNTPROTECT pFound = (PSUPDRVNTPROTECT)RTAvlPVGet(&g_NtProtectTree, hPid);
4238 Assert(g_NtProtectTree == NULL);
4244 g_NtProtectTree = NIL_RTSPINLOCK;
4422 g_NtProtectTree
[all...]

Completed in 57 milliseconds