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

  /system/core/libcutils/include/cutils/
threads.h 46 int has_tls; member in struct:__anon114218
56 int has_tls; member in struct:__anon114219
  /external/valgrind/coregrind/m_initimg/
initimg-linux.c 690 Bool has_tls = (auxv->u.a_val & VKI_HWCAP_TLS) > 0; local
694 has_tls ? "YES" : "NO");
    [all...]

Completed in 536 milliseconds