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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dmem_dbg.c135 static unsigned int num_disable = 0; /* num_disable > 0 variable
139 static unsigned long disabling_thread = 0; /* Valid iff num_disable > 0.
168 num_disable = 0;
172 num_disable = 0; /* should be true *before* MemCheck_stop is used,
180 if (!num_disable || (disabling_thread != CRYPTO_thread_id())) /* otherwise we already have the MALLOC2 lock */
200 num_disable++;
206 if (num_disable) /* always true, or something is going wrong */
208 num_disable--;
209 if (num_disable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dmem_dbg.c189 static unsigned int num_disable = 0; /* num_disable > 0 iff mh_mode == variable
193 * Valid iff num_disable > 0. CRYPTO_LOCK_MALLOC2 is locked exactly in this
220 num_disable = 0;
224 num_disable = 0; /* should be true *before* MemCheck_stop is
234 if (!num_disable
256 num_disable++;
261 if (num_disable) { /* always true, or something is going wrong */
262 num_disable--;
263 if (num_disable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dmem_dbg.c189 static unsigned int num_disable = 0; /* num_disable > 0 iff mh_mode == variable
193 * Valid iff num_disable > 0. CRYPTO_LOCK_MALLOC2 is locked exactly in this
220 num_disable = 0;
224 num_disable = 0; /* should be true *before* MemCheck_stop is
234 if (!num_disable
256 num_disable++;
261 if (num_disable) { /* always true, or something is going wrong */
262 num_disable--;
263 if (num_disable
[all...]

Completed in 168 milliseconds