OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disabling_threadid
(Results
1 - 1
of
1
) sorted by null
/external/openssl/crypto/
mem_dbg.c
202
static CRYPTO_THREADID
disabling_threadid
;
variable
241
if (!num_disable || CRYPTO_THREADID_cmp(&
disabling_threadid
, &cur)) /* otherwise we already have the MALLOC2 lock */
259
CRYPTO_THREADID_cpy(&
disabling_threadid
, &cur);
297
|| CRYPTO_THREADID_cmp(&
disabling_threadid
, &cur);
Completed in 38 milliseconds