HomeSort by relevance Sort by last modified time
    Searched refs:g_debug_calls_disabled (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
malloc_debug_disable.h 39 extern pthread_key_t g_debug_calls_disabled;
42 return pthread_getspecific(g_debug_calls_disabled) != NULL;
49 pthread_setspecific(g_debug_calls_disabled, reinterpret_cast<const void*>(1));
54 pthread_setspecific(g_debug_calls_disabled, NULL);
malloc_debug_check.cpp 638 pthread_key_t g_debug_calls_disabled; variable
644 pthread_key_create(&g_debug_calls_disabled, NULL);
675 pthread_setspecific(g_debug_calls_disabled, NULL);

Completed in 41 milliseconds