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

/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp770 int num_locks = CRYPTO_num_locks(); local
771 g_pSSLMutexes = (RTCRITSECT *)RTMemAlloc(num_locks * sizeof(RTCRITSECT));
775 for (int i = 0; i < num_locks; i++)
810 int num_locks = CRYPTO_num_locks(); local
811 for (int i = 0; i < num_locks; i++)

Completed in 48 milliseconds