Searched refs:s_fRecursive (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedMain.cpp1233 static volatile bool s_fRecursive = false; /* Loader hooks may cause recursion. */ local
1234 if (!s_fRecursive)
1236 s_fRecursive = true;
1242 s_fRecursive = false;

Completed in 46 milliseconds